ArmDevOpsInfrastructureModelFactory.CheckNameAvailability Method

Definition

The parameters used to check the availability of a resource.

public static Azure.ResourceManager.DevOpsInfrastructure.Models.CheckNameAvailability CheckNameAvailability(string name = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureResourceType type = default);
static member CheckNameAvailability : string * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureResourceType -> Azure.ResourceManager.DevOpsInfrastructure.Models.CheckNameAvailability
Public Shared Function CheckNameAvailability (Optional name As String = Nothing, Optional type As DevOpsInfrastructureResourceType = Nothing) As CheckNameAvailability

Parameters

name
String

The name of the resource.

type
DevOpsInfrastructureResourceType

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

Returns

A new CheckNameAvailability instance for mocking.

Applies to