AssetStreamingLocator 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
AssetStreamingLocator() |
Initializes a new instance of the AssetStreamingLocator class. |
AssetStreamingLocator(String, String, DateTime, DateTime, DateTime, Guid, String, String) |
Initializes a new instance of the AssetStreamingLocator class. |
AssetStreamingLocator()
Initializes a new instance of the AssetStreamingLocator class.
public AssetStreamingLocator ();
Public Sub New ()
Applies to
AssetStreamingLocator(String, String, DateTime, DateTime, DateTime, Guid, String, String)
Initializes a new instance of the AssetStreamingLocator class.
public AssetStreamingLocator (string name = default, string assetName = default, DateTime created = default, DateTime startTime = default, DateTime endTime = default, Guid streamingLocatorId = default, string streamingPolicyName = default, string defaultContentKeyPolicyName = default);
new Microsoft.Azure.Management.Media.Models.AssetStreamingLocator : string * string * DateTime * DateTime * DateTime * Guid * string * string -> Microsoft.Azure.Management.Media.Models.AssetStreamingLocator
Public Sub New (Optional name As String = Nothing, Optional assetName As String = Nothing, Optional created As DateTime = Nothing, Optional startTime As DateTime = Nothing, Optional endTime As DateTime = Nothing, Optional streamingLocatorId As Guid = Nothing, Optional streamingPolicyName As String = Nothing, Optional defaultContentKeyPolicyName As String = Nothing)
Parameters
- name
- String
Streaming Locator name.
- assetName
- String
Asset Name.
- created
- DateTime
The creation time of the Streaming Locator.
- startTime
- DateTime
The start time of the Streaming Locator.
- endTime
- DateTime
The end time of the Streaming Locator.
- streamingLocatorId
- Guid
StreamingLocatorId of the Streaming Locator.
- streamingPolicyName
- String
Name of the Streaming Policy used by this Streaming Locator.
- defaultContentKeyPolicyName
- String
Name of the default ContentKeyPolicy used by this Streaming Locator.
Applies to
Azure SDK for .NET