Delen via


NetAppVolumeQuotaRuleResource.AddTag Methode

Definitie

Voeg een tag toe aan de huidige resource.

  • Aanvraagpad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
  • Bewerkings-IdVolumeQuotaRules_Get
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)

Parameters

key
String

De sleutel voor de tag.

value
String

De waarde voor de tag.

cancellationToken
CancellationToken

Het annuleringstoken dat moet worden gebruikt.

Retouren

Uitzonderingen

key of value is null.

Van toepassing op