IGitHubOrganizationProfile Interface
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.
[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) |