public interface ResourceNamesClient
| Modifier and Type | Method and Description |
|---|---|
CheckResourceNameResultInner |
checkResourceName()
A 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.
|
Mono<CheckResourceNameResultInner> |
checkResourceNameAsync()
A 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.
|
Mono<CheckResourceNameResultInner> |
checkResourceNameAsync(ResourceName resourceNameDefinition)
A 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.
|
com.azure.core.http.rest.Response<CheckResourceNameResultInner> |
checkResourceNameWithResponse(ResourceName resourceNameDefinition,
com.azure.core.util.Context context)
A 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.
|
Mono<com.azure.core.http.rest.Response<CheckResourceNameResultInner>> |
checkResourceNameWithResponseAsync(ResourceName resourceNameDefinition)
A 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.
|
Mono<com.azure.core.http.rest.Response<CheckResourceNameResultInner>> checkResourceNameWithResponseAsync(ResourceName resourceNameDefinition)
resourceNameDefinition - Name and Type of the Resource.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.Mono<CheckResourceNameResultInner> checkResourceNameAsync(ResourceName resourceNameDefinition)
resourceNameDefinition - Name and Type of the Resource.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.Mono<CheckResourceNameResultInner> checkResourceNameAsync()
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.CheckResourceNameResultInner checkResourceName()
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.com.azure.core.http.rest.Response<CheckResourceNameResultInner> checkResourceNameWithResponse(ResourceName resourceNameDefinition, com.azure.core.util.Context context)
resourceNameDefinition - Name and Type of the Resource.context - The context to associate with this operation.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.Copyright © 2021 Microsoft Corporation. All rights reserved.