| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultAction |
NetworkRuleSet.defaultAction()
Get the defaultAction property: 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 the defaultAction property: Specifies the default action of allow or deny when no other rules match.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.