Checks availability and correctness of a name for an API Management service.
Supports noop? false
Parameters
api_version(Optional[String[1]])
— Version of the API to be used with the client request.
subscription_id(Optional[String[1]])
— Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
reason(Optional[String[1]])
— Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable.
nameavailable(Optional[String[1]])
— True if the name is available and can be used to create a new API Management service; otherwise false.
message(Optional[String[1]])
— If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that is already in use, and direct them to select a different name.
parameters(Optional[String[1]])
— Parameters supplied to the CheckNameAvailability operation.