| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<CheckResourceNameResultInner> |
ResourceNamesClient.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> |
ResourceNamesClient.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>> |
ResourceNamesClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceName |
ResourceName.withName(String name)
Set the name property: Name of the resource.
|
ResourceName |
ResourceName.withType(String type)
Set the type property: The type of the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.