DevOpsOrganizationProfile Class

Definition

Defines the organization in which the pool will be used. Please note this is the abstract base class. The derived classes available for instantiation are: DevOpsGitHubOrganizationProfile and DevOpsAzureOrganizationProfile.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevOpsInfrastructure.Models.UnknownDevOpsOrganizationProfile))]
public abstract class DevOpsOrganizationProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevOpsInfrastructure.Models.UnknownDevOpsOrganizationProfile))>]
type DevOpsOrganizationProfile = class
    interface IJsonModel<DevOpsOrganizationProfile>
    interface IPersistableModel<DevOpsOrganizationProfile>
Public MustInherit Class DevOpsOrganizationProfile
Implements IJsonModel(Of DevOpsOrganizationProfile), IPersistableModel(Of DevOpsOrganizationProfile)
Inheritance
DevOpsOrganizationProfile
Derived
Attributes
Implements

Applies to