StreamingEndpoint 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.
The streaming endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StreamingEndpoint : Microsoft.Azure.Management.Media.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StreamingEndpoint = class
inherit TrackedResource
Public Class StreamingEndpoint
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
StreamingEndpoint() |
Initializes a new instance of the StreamingEndpoint class. |
StreamingEndpoint(String, Int32, String, String, String, IDictionary<String, String>, String, String, StreamingEndpointAccessControl, Nullable<Int64>, IList<String>, String, Nullable<Boolean>, String, String, String, Nullable<StreamingEndpointResourceState>, CrossSiteAccessPolicies, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, SystemData, ArmStreamingEndpointCurrentSku) |
Initializes a new instance of the StreamingEndpoint class. |
Properties
AccessControl |
Gets or sets the access control definition of the streaming endpoint. |
AvailabilitySetName |
Gets or sets this feature is deprecated, do not set a value for this property. |
CdnEnabled |
Gets or sets the CDN enabled flag. |
CdnProfile |
Gets or sets the CDN profile name. |
CdnProvider |
Gets or sets the CDN provider name. |
Created |
Gets the exact time the streaming endpoint was created. |
CrossSiteAccessPolicies |
Gets or sets the streaming endpoint access policies. |
CustomHostNames |
Gets or sets the custom host names of the streaming endpoint |
Description |
Gets or sets the streaming endpoint description. |
FreeTrialEndTime |
Gets the free trial expiration time. |
HostName |
Gets the streaming endpoint host name. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastModified |
Gets the exact time the streaming endpoint was last modified. |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
MaxCacheAge |
Gets or sets max cache age |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the streaming endpoint. |
ResourceState |
Gets the resource state of the streaming endpoint. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'Deleting', 'Scaling' |
ScaleUnits |
Gets or sets the number of scale units. Use the Scale operation to adjust this value. |
Sku |
Gets or sets the streaming endpoint sku. |
SystemData |
Gets the system metadata relating to this resource. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET