CheckNameAvailability(String, DevOpsInfrastructureResourceType) Constructor
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.
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.
The type of resource that is used as the scope of the availability check.
Exceptions
name is null.