ServicesOperationsExtensions.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.
Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). https://aka.ms/search-manage
public static Microsoft.Azure.Management.Search.Models.CheckNameAvailabilityOutput CheckNameAvailability (this Microsoft.Azure.Management.Search.IServicesOperations operations, string name, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member CheckNameAvailability : Microsoft.Azure.Management.Search.IServicesOperations * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Azure.Management.Search.Models.CheckNameAvailabilityOutput
<Extension()>
Public Function CheckNameAvailability (operations As IServicesOperations, name As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing) As CheckNameAvailabilityOutput
Parameters
- operations
- IServicesOperations
The operations group for this extension method.
- name
- String
The search service name to validate. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Additional parameters for the operation
Returns
Applies to
Azure SDK for .NET