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://.search.windows.net).
Supports noop? false
Parameters
message(Optional[String[1]])
— A message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property.
nameavailable(Optional[String[1]])
— A value indicating whether the name is available.
check_name_availability_input(Optional[String[1]])
— The resource name and type to check.
x_ms_client_request_id(Optional[String[1]])
— A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request.
api_version(Optional[String[1]])
— The API version to use for each request. The current version is 2015-08-19.
subscription_id(Optional[String[1]])
— The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal.
reason(Optional[String[1]])
— The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable.