Class AssetStreamingLocator
java.lang.Object
com.azure.resourcemanager.mediaservices.models.AssetStreamingLocator
Properties of the Streaming Locator.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the assetName property: Asset Name.created()
Get the created property: The creation time of the Streaming Locator.Get the defaultContentKeyPolicyName property: Name of the default ContentKeyPolicy used by this Streaming Locator.endTime()
Get the endTime property: The end time of the Streaming Locator.name()
Get the name property: Streaming Locator name.Get the startTime property: The start time of the Streaming Locator.Get the streamingLocatorId property: StreamingLocatorId of the Streaming Locator.Get the streamingPolicyName property: Name of the Streaming Policy used by this Streaming Locator.void
validate()
Validates the instance.
-
Constructor Details
-
AssetStreamingLocator
public AssetStreamingLocator()Creates an instance of AssetStreamingLocator class.
-
-
Method Details
-
name
Get the name property: Streaming Locator name.- Returns:
- the name value.
-
assetName
Get the assetName property: Asset Name.- Returns:
- the assetName value.
-
created
Get the created property: The creation time of the Streaming Locator.- Returns:
- the created value.
-
startTime
Get the startTime property: The start time of the Streaming Locator.- Returns:
- the startTime value.
-
endTime
Get the endTime property: The end time of the Streaming Locator.- Returns:
- the endTime value.
-
streamingLocatorId
Get the streamingLocatorId property: StreamingLocatorId of the Streaming Locator.- Returns:
- the streamingLocatorId value.
-
streamingPolicyName
Get the streamingPolicyName property: Name of the Streaming Policy used by this Streaming Locator.- Returns:
- the streamingPolicyName value.
-
defaultContentKeyPolicyName
Get the defaultContentKeyPolicyName property: Name of the default ContentKeyPolicy used by this Streaming Locator.- Returns:
- the defaultContentKeyPolicyName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-