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 Details

    • AssetTrackInner

      public AssetTrackInner()
      Creates an instance of AssetTrackInner class.
  • Method Details

    • track

      public TrackBase track()
      Get the track property: Detailed information about a track in the asset.
      Returns:
      the track value.
    • withTrack

      public AssetTrackInner withTrack(TrackBase track)
      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

      public ProvisioningState 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.