Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Action |
VirtualNetworkRule.action()
Get the action of virtual network rule.
|
Action |
IPRule.action()
Get 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 of virtual network rule.
|
IPRule |
IPRule.withAction(Action action)
Set the action of IP ACL rule.
|
Copyright © 2019. All rights reserved.