IPlanRequesterDetails.Requester 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 requesters details list
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets requesters details list", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IUserRequestDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="requesters", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IUserRequestDetails> Requester { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets requesters details list", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IUserRequestDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="requesters", Update=false)>]
member this.Requester : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IUserRequestDetails>
Public ReadOnly Property Requester As List(Of IUserRequestDetails)
Property Value
- Attributes