GetStreamingEndpointResult

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)

Types

Link copied to clipboard
object Companion

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
val cdnEnabled: Boolean? = null

The CDN enabled flag.

Link copied to clipboard
val cdnProfile: String? = null

The CDN profile name.

Link copied to clipboard
val cdnProvider: String? = null

The CDN provider name.

Link copied to clipboard

The exact time the streaming endpoint was created.

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
val description: String? = null

The streaming endpoint description.

Link copied to clipboard

The free trial expiration time.

Link copied to clipboard

The streaming endpoint host name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The exact time the streaming endpoint was last modified.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val maxCacheAge: Double? = null

Max cache age

Link copied to clipboard

The name of the resource

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"