IResourceMetadata.Action 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.
The action to view resource.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The action to view resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction) }, ReadOnly=false, Required=false, SerializedName="action")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The action to view resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction) }, ReadOnly=false, Required=false, SerializedName="action")>]
member this.Action : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceMetadataAction with get, set
Public Property Action As IResourceMetadataAction
Property Value
- Attributes