Interface ResourceNamesClient
public interface ResourceNamesClient
An instance of this class provides access to all the operations defined in ResourceNamesClient.
-
Method Summary
Modifier and TypeMethodDescriptionChecks resource name validityChecks resource name validitycom.azure.core.http.rest.Response<CheckResourceNameResultInner>checkResourceNameWithResponse(ResourceName resourceNameDefinition, com.azure.core.util.Context context) Checks resource name validityMono<com.azure.core.http.rest.Response<CheckResourceNameResultInner>>checkResourceNameWithResponseAsync(ResourceName resourceNameDefinition) Checks resource name validity
-
Method Details
-
checkResourceNameWithResponseAsync
Mono<com.azure.core.http.rest.Response<CheckResourceNameResultInner>> checkResourceNameWithResponseAsync(ResourceName resourceNameDefinition) Checks resource name validityA resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.
- Parameters:
resourceNameDefinition- Resource object with values for resource name and resource type.- Returns:
- resource Name valid if not a reserved word, does not contain a reserved word and does not start with a
reserved word along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkResourceNameAsync
Mono<CheckResourceNameResultInner> checkResourceNameAsync()Checks resource name validityA resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.
- Returns:
- resource Name valid if not a reserved word, does not contain a reserved word and does not start with a
reserved word on successful completion of
Mono. - Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkResourceNameWithResponse
com.azure.core.http.rest.Response<CheckResourceNameResultInner> checkResourceNameWithResponse(ResourceName resourceNameDefinition, com.azure.core.util.Context context) Checks resource name validityA resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.
- Parameters:
resourceNameDefinition- Resource object with values for resource name and resource type.context- The context to associate with this operation.- Returns:
- resource Name valid if not a reserved word, does not contain a reserved word and does not start with a
reserved word along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkResourceName
CheckResourceNameResultInner checkResourceName()Checks resource name validityA resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.
- Returns:
- resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word.
- Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-