Compartilhar via


ServiceFabricManagedApplicationTypeVersionCollection.CreateOrUpdate Método

Definição

Crie ou atualize um recurso de versão do tipo de aplicativo gerenciado do Service Fabric com o nome especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • Operação IdApplicationTypeVersions_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string version, Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, version As String, data As ServiceFabricManagedApplicationTypeVersionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ServiceFabricManagedApplicationTypeVersionResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

version
String

A versão do tipo de aplicativo.

data
ServiceFabricManagedApplicationTypeVersionData

O recurso de versão do tipo de aplicativo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

version é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

version ou data é nulo.

Aplica-se a