IOrderItemDetails.ManagementRpDetailsList 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.
List of parent RP details supported for configuration.
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of parent RP details supported for configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IResourceProviderDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="managementRpDetailsList", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IResourceProviderDetails> ManagementRpDetailsList { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of parent RP details supported for configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IResourceProviderDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="managementRpDetailsList", Update=false)>]
member this.ManagementRpDetailsList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IResourceProviderDetails>
Public ReadOnly Property ManagementRpDetailsList As List(Of IResourceProviderDetails)
Property Value
- Attributes