DevOpsOrganization(Uri) Constructor

Definition

Initializes a new instance of DevOpsOrganization.

public DevOpsOrganization (Uri uri);
new Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization : Uri -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization
Public Sub New (uri As Uri)

Parameters

uri
Uri

The Azure DevOps organization URL in which the pool should be created.

Exceptions

uri is null.

Applies to