你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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