ArmDevOpsInfrastructureModelFactory.DevOpsOrganizationProfile(String) Method
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.
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.