NetAppVolumeQuotaRuleResource.AddTag Metodo

Definizione

Aggiungere un tag alla risorsa corrente.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
  • IdVolumeQuotaRules_Get dell'operazione
public virtual Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource> AddTag (string key, string value, System.Threading.CancellationToken cancellationToken = default);
abstract member AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource>
override this.AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource>
Public Overridable Function AddTag (key As String, value As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppVolumeQuotaRuleResource)

Parametri

key
String

Chiave per il tag.

value
String

Valore per il tag.

cancellationToken
CancellationToken

Token di annullamento da usare.

Restituisce

Eccezioni

key o value è null.

Si applica a