Share via


IResourcePoolsList.Value Property

Definition

Array of ResourcePools

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Array of ResourcePools", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Array of ResourcePools", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool> with get, set
Public Property Value As List(Of IResourcePool)

Property Value

Attributes

Applies to