AzureDevOpsOrganizationProfile Class
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.
Azure DevOps organization profile
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.AzureDevOpsOrganizationProfileTypeConverter))]
public class AzureDevOpsOrganizationProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAzureDevOpsOrganizationProfile, Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.AzureDevOpsOrganizationProfileTypeConverter))>]
type AzureDevOpsOrganizationProfile = class
interface IAzureDevOpsOrganizationProfile
interface IJsonSerializable
interface IOrganizationProfile
interface IValidates
Public Class AzureDevOpsOrganizationProfile
Implements IAzureDevOpsOrganizationProfile, IValidates
- Inheritance
-
AzureDevOpsOrganizationProfile
- Attributes
- Implements
Constructors
AzureDevOpsOrganizationProfile() |
Creates an new AzureDevOpsOrganizationProfile instance. |
Properties
Kind |
Discriminator property for OrganizationProfile. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureDevOpsOrganizationProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureDevOpsOrganizationProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAzureDevOpsOrganizationProfile. |
FromJsonString(String) |
Creates a new instance of AzureDevOpsOrganizationProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureDevOpsOrganizationProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |