Condividi tramite


IVaultPatchParameters.Tag Property

Definition

The tags that will be assigned to the key vault.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="The tags that will be assigned to the key vault. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultPatchParametersTags) }, Read=true, ReadOnly=false, Required=false, SerializedName="tags", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultPatchParametersTags Tag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="The tags that will be assigned to the key vault. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultPatchParametersTags) }, Read=true, ReadOnly=false, Required=false, SerializedName="tags", Update=true)>]
member this.Tag : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultPatchParametersTags with get, set
Public Property Tag As IVaultPatchParametersTags

Property Value

Attributes

Applies to