CheckNameAvailability(String, DevOpsInfrastructureResourceType) Constructor

Definition

Initializes a new instance of CheckNameAvailability.

public CheckNameAvailability(string name, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureResourceType type);
new Azure.ResourceManager.DevOpsInfrastructure.Models.CheckNameAvailability : string * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureResourceType -> Azure.ResourceManager.DevOpsInfrastructure.Models.CheckNameAvailability
Public Sub New (name As String, type As DevOpsInfrastructureResourceType)

Parameters

name
String

The name of the resource.

type
DevOpsInfrastructureResourceType

The type of resource that is used as the scope of the availability check.

Exceptions

name is null.

Applies to