ArmDevOpsInfrastructureModelFactory.CheckNameAvailability 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.
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.
The type of resource that is used as the scope of the availability check.
Returns
A new CheckNameAvailability instance for mocking.