Partilhar via


IGitHubOrganizationProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.GitHubOrganizationProfileTypeConverter))]
public interface IGitHubOrganizationProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IOrganizationProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.GitHubOrganizationProfileTypeConverter))>]
type IGitHubOrganizationProfile = interface
    interface IJsonSerializable
    interface IOrganizationProfile
Public Interface IGitHubOrganizationProfile
Implements IOrganizationProfile
Derived
Attributes
Implements

Properties

Kind

Discriminator property for OrganizationProfile.

(Inherited from IOrganizationProfile)
Organization

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to