Partilhar via


IGitHubOrganizationProfile.Organization Property

Definition

The list of GitHub organizations/repositories the pool should be present in.

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

Property Value

Attributes

Applies to