StreamingEndpointResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Class representing a StreamingEndpoint along with the instance operations that can be performed on it. If you have a Azure.Core.ResourceIdentifier you can construct a StreamingEndpointResource from an instance of Azure.ResourceManager.ArmClient using the GetStreamingEndpointResource method. Otherwise you can get one from its parent resource MediaServicesAccountResource using the GetStreamingEndpoint method.
public class StreamingEndpointResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.StreamingEndpointData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.StreamingEndpointData>
type StreamingEndpointResource = class
inherit ArmResource
interface IJsonModel<StreamingEndpointData>
interface IPersistableModel<StreamingEndpointData>
Public Class StreamingEndpointResource
Inherits ArmResource
Implements IJsonModel(Of StreamingEndpointData), IPersistableModel(Of StreamingEndpointData)
- Inheritance
-
Azure.ResourceManager.ArmResourceStreamingEndpointResource
- Implements
-
System.ClientModel.Primitives.IJsonModel<StreamingEndpointData> System.ClientModel.Primitives.IPersistableModel<StreamingEndpointData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| StreamingEndpointResource() |
Initializes a new instance of the StreamingEndpointResource class for mocking. |
Fields
| ResourceType |
Gets the resource type for the operations. |
Properties
| Data |
Gets the data representing this Feature. |
| HasData |
Gets whether or not the current instance has data. |
Methods
| AddTag(String, String, CancellationToken) |
Add a tag to the current resource.
|
| AddTagAsync(String, String, CancellationToken) |
Add a tag to the current resource.
|
| CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier of a StreamingEndpointResource instance. |
| Delete(WaitUntil, CancellationToken) |
Deletes a streaming endpoint.
|
| DeleteAsync(WaitUntil, CancellationToken) |
Deletes a streaming endpoint.
|
| Get(CancellationToken) |
Gets a streaming endpoint.
|
| GetAsync(CancellationToken) |
Gets a streaming endpoint.
|
| GetSupportedSkus(CancellationToken) |
List streaming endpoint supported skus.
|
| GetSupportedSkusAsync(CancellationToken) |
List streaming endpoint supported skus.
|
| RemoveTag(String, CancellationToken) |
Removes a tag by key from the resource.
|
| RemoveTagAsync(String, CancellationToken) |
Removes a tag by key from the resource.
|
| Scale(WaitUntil, StreamingEntityScaleUnit, CancellationToken) |
Scales an existing streaming endpoint.
|
| ScaleAsync(WaitUntil, StreamingEntityScaleUnit, CancellationToken) |
Scales an existing streaming endpoint.
|
| SetTags(IDictionary<String,String>, CancellationToken) |
Replace the tags on the resource with the given set.
|
| SetTagsAsync(IDictionary<String,String>, CancellationToken) |
Replace the tags on the resource with the given set.
|
| Start(WaitUntil, CancellationToken) |
Starts an existing streaming endpoint.
|
| StartAsync(WaitUntil, CancellationToken) |
Starts an existing streaming endpoint.
|
| Stop(WaitUntil, CancellationToken) |
Stops an existing streaming endpoint.
|
| StopAsync(WaitUntil, CancellationToken) |
Stops an existing streaming endpoint.
|
| Update(WaitUntil, StreamingEndpointData, CancellationToken) |
Updates a existing streaming endpoint.
|
| UpdateAsync(WaitUntil, StreamingEndpointData, CancellationToken) |
Updates a existing streaming endpoint.
|
Explicit Interface Implementations
| IJsonModel<StreamingEndpointData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<StreamingEndpointData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<StreamingEndpointData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<StreamingEndpointData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<StreamingEndpointData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |