UpdateAzDiskPool_UpdateViaIdentityExpanded.Tag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Category(new Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ExportAs(typeof(System.Collections.Hashtable))]
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Resource tags.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolUpdateTags) }, ReadOnly=false, Required=false, SerializedName="tags")]
[System.Management.Automation.Parameter(HelpMessage="Resource tags.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolUpdateTags Tag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Category(new Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.ExportAs(typeof(System.Collections.Hashtable))>]
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Resource tags.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolUpdateTags) }, ReadOnly=false, Required=false, SerializedName="tags")>]
[<System.Management.Automation.Parameter(HelpMessage="Resource tags.", Mandatory=false)>]
member this.Tag : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolUpdateTags with get, set
Public Property Tag As IDiskPoolUpdateTags
Property Value
- Attributes