Aracılığıyla paylaş


NetAppVolumeQuotaRuleResource.SetTags Yöntem

Tanım

Kaynak üzerindeki etiketleri verilen kümeyle değiştirin.

  • İstek Yolu/abonelikler/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}
  • İşlem IdVolumeQuotaRules_Get
public virtual Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource> SetTags (System.Collections.Generic.IDictionary<string,string> tags, System.Threading.CancellationToken cancellationToken = default);
abstract member SetTags : System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource>
override this.SetTags : System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppVolumeQuotaRuleResource>
Public Overridable Function SetTags (tags As IDictionary(Of String, String), Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppVolumeQuotaRuleResource)

Parametreler

tags
IDictionary<String,String>

Değiştirme olarak kullanılacak etiket kümesi.

cancellationToken
CancellationToken

Kullanılacak iptal belirteci.

Döndürülenler

Özel durumlar

tags null değeridir.

Şunlara uygulanır