Interface AssetTrack.DefinitionStages.WithParentResource

All Known Subinterfaces:
AssetTrack.Definition, AssetTrack.DefinitionStages.Blank
Enclosing interface:
AssetTrack.DefinitionStages

public static interface AssetTrack.DefinitionStages.WithParentResource
The stage of the AssetTrack definition allowing to specify parent resource.
  • Method Details

    • withExistingAsset

      AssetTrack.DefinitionStages.WithCreate withExistingAsset(String resourceGroupName, String accountName, String assetName)
      Specifies resourceGroupName, accountName, assetName.
      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      assetName - The Asset name.
      Returns:
      the next definition stage.