你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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