Partilhar via


IAzureDevOpsOrganizationProfile Interface

Definition

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

Properties

Kind

Discriminator property for OrganizationProfile.

(Inherited from IOrganizationProfile)
Organization

The list of Azure DevOps organizations the pool should be present in.

PermissionProfileGroup

Group email addresses

PermissionProfileKind

Determines who has admin permissions to the Azure DevOps pool.

PermissionProfileUser

User email addresses

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to