| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static State |
State.DEPROVISIONING
Static value deprovisioning for State.
|
static State |
State.FAILED
Static value failed for State.
|
static State |
State.NETWORK_SOURCE_DELETED
Static value networkSourceDeleted for State.
|
static State |
State.PROVISIONING
Static value provisioning for State.
|
static State |
State.SUCCEEDED
Static value succeeded for State.
|
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromString(String name)
Creates or finds a State from its string representation.
|
State |
VirtualNetworkRule.state()
Get the state property: Gets the state of virtual network rule.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkRule |
VirtualNetworkRule.withState(State state)
Set the state property: Gets the state of virtual network rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.