StreamingLocator 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
StreamingLocator() |
Initializes a new instance of the StreamingLocator class. |
StreamingLocator(String, String, String, String, String, DateTime, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, IList<StreamingLocatorContentKey>, String, IList<String>, SystemData) |
Initializes a new instance of the StreamingLocator class. |
StreamingLocator()
Initializes a new instance of the StreamingLocator class.
public StreamingLocator ();
Public Sub New ()
Applies to
StreamingLocator(String, String, String, String, String, DateTime, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, IList<StreamingLocatorContentKey>, String, IList<String>, SystemData)
Initializes a new instance of the StreamingLocator class.
public StreamingLocator (string assetName, string streamingPolicyName, string id = default, string name = default, string type = default, DateTime created = default, DateTime? startTime = default, DateTime? endTime = default, Guid? streamingLocatorId = default, string defaultContentKeyPolicyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> contentKeys = default, string alternativeMediaId = default, System.Collections.Generic.IList<string> filters = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.StreamingLocator : string * string * string * string * string * DateTime * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.StreamingLocator
Public Sub New (assetName As String, streamingPolicyName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional created As DateTime = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional streamingLocatorId As Nullable(Of Guid) = Nothing, Optional defaultContentKeyPolicyName As String = Nothing, Optional contentKeys As IList(Of StreamingLocatorContentKey) = Nothing, Optional alternativeMediaId As String = Nothing, Optional filters As IList(Of String) = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- assetName
- String
Asset Name
- streamingPolicyName
- String
Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' and 'Predefined_MultiDrmStreaming'
- 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"
- created
- DateTime
The creation time of the Streaming Locator.
- defaultContentKeyPolicyName
- String
Name of the default ContentKeyPolicy used by this Streaming Locator.
- contentKeys
- IList<StreamingLocatorContentKey>
The ContentKeys used by this Streaming Locator.
- alternativeMediaId
- String
Alternative Media ID of this Streaming Locator
- systemData
- SystemData
The system metadata relating to this resource.
Applies to
Azure SDK for .NET