CheckResourceNameResult Constructors
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.
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
Azure SDK for .NET