Get Streaming Endpoint Result
data class GetStreamingEndpointResult(val accessControl: StreamingEndpointAccessControlResponse? = null, val availabilitySetName: String? = null, val azureApiVersion: String, val cdnEnabled: Boolean? = null, val cdnProfile: String? = null, val cdnProvider: String? = null, val created: String, val crossSiteAccessPolicies: CrossSiteAccessPoliciesResponse? = null, val customHostNames: List<String>? = null, val description: String? = null, val freeTrialEndTime: String, val hostName: String, val id: String, val lastModified: String, val location: String, val maxCacheAge: Double? = null, val name: String, val provisioningState: String, val resourceState: String, val scaleUnits: Int, val sku: ArmStreamingEndpointCurrentSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The streaming endpoint.
Constructors
Link copied to clipboard
constructor(accessControl: StreamingEndpointAccessControlResponse? = null, availabilitySetName: String? = null, azureApiVersion: String, cdnEnabled: Boolean? = null, cdnProfile: String? = null, cdnProvider: String? = null, created: String, crossSiteAccessPolicies: CrossSiteAccessPoliciesResponse? = null, customHostNames: List<String>? = null, description: String? = null, freeTrialEndTime: String, hostName: String, id: String, lastModified: String, location: String, maxCacheAge: Double? = null, name: String, provisioningState: String, resourceState: String, scaleUnits: Int, sku: ArmStreamingEndpointCurrentSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The access control definition of the streaming endpoint.
Link copied to clipboard
This feature is deprecated, do not set a value for this property.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The CDN enabled flag.
Link copied to clipboard
The CDN profile name.
Link copied to clipboard
The CDN provider name.
Link copied to clipboard
The streaming endpoint access policies.
Link copied to clipboard
The custom host names of the streaming endpoint
Link copied to clipboard
The streaming endpoint description.
Link copied to clipboard
The free trial expiration time.
Link copied to clipboard
The exact time the streaming endpoint was last modified.
Link copied to clipboard
Max cache age
Link copied to clipboard
The provisioning state of the streaming endpoint.
Link copied to clipboard
The resource state of the streaming endpoint.
Link copied to clipboard
The number of scale units. Use the Scale operation to adjust this value.
Link copied to clipboard
The streaming endpoint sku.
Link copied to clipboard
The system metadata relating to this resource.