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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET