다음을 통해 공유


CheckResourceNameResult Constructors

Definition

Overloads

CheckResourceNameResult()

Initializes a new instance of the CheckResourceNameResult class.

CheckResourceNameResult(String, String, String)

Initializes a new instance of the CheckResourceNameResult class.

CheckResourceNameResult()

Initializes a new instance of the CheckResourceNameResult class.

public CheckResourceNameResult ();
Public Sub New ()

Applies to

CheckResourceNameResult(String, String, String)

Initializes a new instance of the CheckResourceNameResult class.

public CheckResourceNameResult (string name = default, string type = default, string status = default);
new Microsoft.Azure.Management.ResourceManager.Models.CheckResourceNameResult : string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.CheckResourceNameResult
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional status As String = Nothing)

Parameters

name
String

Name of Resource

type
String

Type of Resource

status
String

Is the resource name Allowed or Reserved. Possible values include: 'Allowed', 'Reserved'

Applies to