StreamingEndpoint Constructors
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.
Overloads
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. |
StreamingEndpoint()
Initializes a new instance of the StreamingEndpoint class.
public StreamingEndpoint ();
Public Sub New ()
Applies to
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.
public StreamingEndpoint (string location, int scaleUnits, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string availabilitySetName = default, Microsoft.Azure.Management.Media.Models.StreamingEndpointAccessControl accessControl = default, long? maxCacheAge = default, System.Collections.Generic.IList<string> customHostNames = default, string hostName = default, bool? cdnEnabled = default, string cdnProvider = default, string cdnProfile = default, string provisioningState = default, Microsoft.Azure.Management.Media.Models.StreamingEndpointResourceState? resourceState = default, Microsoft.Azure.Management.Media.Models.CrossSiteAccessPolicies crossSiteAccessPolicies = default, DateTime? freeTrialEndTime = default, DateTime? created = default, DateTime? lastModified = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default, Microsoft.Azure.Management.Media.Models.ArmStreamingEndpointCurrentSku sku = default);
new Microsoft.Azure.Management.Media.Models.StreamingEndpoint : string * int * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.Media.Models.StreamingEndpointAccessControl * Nullable<int64> * System.Collections.Generic.IList<string> * string * Nullable<bool> * string * string * string * Nullable<Microsoft.Azure.Management.Media.Models.StreamingEndpointResourceState> * Microsoft.Azure.Management.Media.Models.CrossSiteAccessPolicies * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Media.Models.SystemData * Microsoft.Azure.Management.Media.Models.ArmStreamingEndpointCurrentSku -> Microsoft.Azure.Management.Media.Models.StreamingEndpoint
Public Sub New (location As String, scaleUnits As Integer, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional availabilitySetName As String = Nothing, Optional accessControl As StreamingEndpointAccessControl = Nothing, Optional maxCacheAge As Nullable(Of Long) = Nothing, Optional customHostNames As IList(Of String) = Nothing, Optional hostName As String = Nothing, Optional cdnEnabled As Nullable(Of Boolean) = Nothing, Optional cdnProvider As String = Nothing, Optional cdnProfile As String = Nothing, Optional provisioningState As String = Nothing, Optional resourceState As Nullable(Of StreamingEndpointResourceState) = Nothing, Optional crossSiteAccessPolicies As CrossSiteAccessPolicies = Nothing, Optional freeTrialEndTime As Nullable(Of DateTime) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional systemData As SystemData = Nothing, Optional sku As ArmStreamingEndpointCurrentSku = Nothing)
Parameters
- location
- String
The geo-location where the resource lives
- scaleUnits
- Int32
The number of scale units. Use the Scale operation to adjust this value.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- tags
- IDictionary<String,String>
Resource tags.
- description
- String
The streaming endpoint description.
- availabilitySetName
- String
This feature is deprecated, do not set a value for this property.
- accessControl
- StreamingEndpointAccessControl
The access control definition of the streaming endpoint.
- hostName
- String
The streaming endpoint host name.
- cdnProvider
- String
The CDN provider name.
- cdnProfile
- String
The CDN profile name.
- provisioningState
- String
The provisioning state of the streaming endpoint.
- resourceState
- Nullable<StreamingEndpointResourceState>
The resource state of the streaming endpoint. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'Deleting', 'Scaling'
- crossSiteAccessPolicies
- CrossSiteAccessPolicies
The streaming endpoint access policies.
- systemData
- SystemData
The system metadata relating to this resource.
The streaming endpoint sku.
Applies to
Azure SDK for .NET