Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DefaultAction |
NetworkRuleSet.defaultAction()
Get specifies the default action of allow or deny when no other rules match.
|
static DefaultAction |
DefaultAction.fromString(String value)
Parses a serialized value to a DefaultAction instance.
|
static DefaultAction |
DefaultAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAction[] |
DefaultAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkRuleSet |
NetworkRuleSet.withDefaultAction(DefaultAction defaultAction)
Set specifies the default action of allow or deny when no other rules match.
|
Copyright © 2019. All rights reserved.