IAzureDevOpsOrganizationProfile.Organization 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 list of Azure DevOps organizations the pool should be present in.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The list of Azure DevOps organizations the pool should be present in.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization) }, Read=true, ReadOnly=false, Required=true, SerializedName="organizations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization> Organization { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The list of Azure DevOps organizations the pool should be present in.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization) }, Read=true, ReadOnly=false, Required=true, SerializedName="organizations", Update=true)>]
member this.Organization : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganization> with get, set
Public Property Organization As List(Of IOrganization)
Property Value
- Attributes