StreamingEndpointData 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 the StreamingEndpoint data model. The streaming endpoint.
public class StreamingEndpointData : Azure.ResourceManager.Models.TrackedResourceData
type StreamingEndpointData = class
inherit TrackedResourceData
Public Class StreamingEndpointData
Inherits TrackedResourceData
- Inheritance
Constructors
StreamingEndpointData(AzureLocation) |
Initializes a new instance of StreamingEndpointData. |
Properties
AccessControl |
The access control definition of the streaming endpoint. |
AvailabilitySetName |
This feature is deprecated, do not set a value for this property. |
CdnProfile |
The CDN profile name. |
CdnProvider |
The CDN provider name. |
CreatedOn |
The exact time the streaming endpoint was created. |
CrossSiteAccessPolicies |
The streaming endpoint access policies. |
CustomHostNames |
The custom host names of the streaming endpoint. |
Description |
The streaming endpoint description. |
FreeTrialEndOn |
The free trial expiration time. |
HostName |
The streaming endpoint host name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsCdnEnabled |
The CDN enabled flag. |
LastModifiedOn |
The exact time the streaming endpoint was last modified. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MaxCacheAge |
Max cache age. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning state of the streaming endpoint. |
ResourceState |
The resource state of the streaming endpoint. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ScaleUnits |
The number of scale units. Use the Scale operation to adjust this value. |
Sku |
The streaming endpoint sku. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET