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.FlexibleServers.Models.NameAvailabilityRequest : string * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET