Language

ArmDevOpsInfrastructureModelFactory.DevOpsOrganizationProfile(String) Method

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.

public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile DevOpsOrganizationProfile(string kind = default);
static member DevOpsOrganizationProfile : string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile
Public Shared Function DevOpsOrganizationProfile (Optional kind As String = Nothing) As DevOpsOrganizationProfile

Parameters

kind
String

Discriminator property for DevOpsOrganizationProfile.

Returns

A new DevOpsOrganizationProfile instance for mocking.

Applies to