Partilhar via


IAzureDevOpsOrganizationProfile.Organization Property

Definition

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

Applies to