Partilhar via


TracksOperationsExtensions.BeginCreateOrUpdate Método

Definição

Criar ou atualizar uma faixa

public static Microsoft.Azure.Management.Media.Models.AssetTrack BeginCreateOrUpdate (this Microsoft.Azure.Management.Media.ITracksOperations operations, string resourceGroupName, string accountName, string assetName, string trackName, Microsoft.Azure.Management.Media.Models.TrackBase track = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Media.ITracksOperations * string * string * string * string * Microsoft.Azure.Management.Media.Models.TrackBase -> Microsoft.Azure.Management.Media.Models.AssetTrack
<Extension()>
Public Function BeginCreateOrUpdate (operations As ITracksOperations, resourceGroupName As String, accountName As String, assetName As String, trackName As String, Optional track As TrackBase = Nothing) As AssetTrack

Parâmetros

operations
ITracksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos na assinatura do Azure.

accountName
String

O nome da conta dos Serviços de Mídia.

assetName
String

O nome do ativo.

trackName
String

O nome do Asset Track.

track
TrackBase

Informações detalhadas sobre uma faixa no ativo.

Retornos

Comentários

Criar ou atualizar um Track no ativo

Aplica-se a