IAdminRequestApprovalsResource.AdminAction 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.
Gets or sets admin action
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.PSArgumentCompleter(new System.String[] { "Approved", "Rejected" })]
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets admin action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="adminAction", Update=true)]
public string AdminAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.PSArgumentCompleter(new System.String[] { "Approved", "Rejected" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets admin action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="adminAction", Update=true)>]
member this.AdminAction : string with get, set
Public Property AdminAction As String
Property Value
- Attributes