| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNameStatus |
CheckResourceNameResultInner.status()
Get the status property: Is the resource name Allowed or Reserved.
|
| Modifier and Type | Method and Description |
|---|---|
CheckResourceNameResultInner |
CheckResourceNameResultInner.withStatus(ResourceNameStatus status)
Set the status property: Is the resource name Allowed or Reserved.
|
| Modifier and Type | Field and Description |
|---|---|
static ResourceNameStatus |
ResourceNameStatus.ALLOWED
Static value Allowed for ResourceNameStatus.
|
static ResourceNameStatus |
ResourceNameStatus.RESERVED
Static value Reserved for ResourceNameStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceNameStatus |
ResourceNameStatus.fromString(String name)
Creates or finds a ResourceNameStatus from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.