Class AssetTrackInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackInner
public final class AssetTrackInner
extends com.azure.core.management.ProxyResource
An Asset Track resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: Provisioning state of the asset track.track()
Get the track property: Detailed information about a track in the asset.void
validate()
Validates the instance.Set the track property: Detailed information about a track in the asset.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AssetTrackInner
public AssetTrackInner()Creates an instance of AssetTrackInner class.
-
-
Method Details
-
track
Get the track property: Detailed information about a track in the asset.- Returns:
- the track value.
-
withTrack
Set the track property: Detailed information about a track in the asset.- Parameters:
track
- the track value to set.- Returns:
- the AssetTrackInner object itself.
-
provisioningState
Get the provisioningState property: Provisioning state of the asset track.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-