WebSiteManagementClientExtensions.CheckNameAvailability Method
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.
Check if a resource name is available.
public static Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability CheckNameAvailability (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string name, string type, bool? isFqdn = default);
static member CheckNameAvailability : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability
<Extension()>
Public Function CheckNameAvailability (operations As IWebSiteManagementClient, name As String, type As String, Optional isFqdn As Nullable(Of Boolean) = Nothing) As ResourceNameAvailability
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- name
- String
Resource name to verify.
- type
- String
Resource type used for verification. Possible values include: 'Site', 'Slot', 'HostingEnvironment', 'PublishingUser', 'Microsoft.Web/sites', 'Microsoft.Web/sites/slots', 'Microsoft.Web/hostingEnvironments', 'Microsoft.Web/publishingUsers'
Returns
Remarks
Description for Check if a resource name is available.
Applies to
Azure SDK for .NET