CheckNameAvailabilityRequestParameters 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
CheckNameAvailabilityRequestParameters() | |
CheckNameAvailabilityRequestParameters(String, String) |
CheckNameAvailabilityRequestParameters()
public CheckNameAvailabilityRequestParameters ();
Public Sub New ()
Applies to
CheckNameAvailabilityRequestParameters(String, String)
public CheckNameAvailabilityRequestParameters (string name, string type = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.CheckNameAvailabilityRequestParameters : string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.CheckNameAvailabilityRequestParameters
Public Sub New (name As String, Optional type As String = Nothing)
Parameters
- name
- String
- type
- String
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