NameAvailabilityRequest 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
NameAvailabilityRequest() |
Initializes a new instance of the NameAvailabilityRequest class. |
NameAvailabilityRequest(String, String) |
Initializes a new instance of the NameAvailabilityRequest class. |
NameAvailabilityRequest()
Initializes a new instance of the NameAvailabilityRequest class.
public NameAvailabilityRequest ();
Public Sub New ()
Applies to
NameAvailabilityRequest(String, String)
Initializes a new instance of the NameAvailabilityRequest class.
public NameAvailabilityRequest (string name, string type = default);
new Microsoft.Azure.Management.PostgreSQL.Models.NameAvailabilityRequest : string * string -> Microsoft.Azure.Management.PostgreSQL.Models.NameAvailabilityRequest
Public Sub New (name As String, Optional type As String = Nothing)
Parameters
- name
- String
Resource name to verify.
- type
- String
Resource type used for verification.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET