IAzureDevOpsOrganizationProfile 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.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) |