| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
VirtualNetworkRule.action()
Get the action property: The action of virtual network rule.
|
Action |
IpRule.action()
Get the action property: The action of IP ACL rule.
|
static Action |
Action.fromString(String value)
Parses a serialized value to a Action instance.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkRule |
VirtualNetworkRule.withAction(Action action)
Set the action property: The action of virtual network rule.
|
IpRule |
IpRule.withAction(Action action)
Set the action property: The action of IP ACL rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.