Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ManagementPolicyRule |
ManagementPolicyRule.withDefinition(ManagementPolicyDefinition definition)
Set an object that defines the Lifecycle rule.
|
ManagementPolicyRule |
ManagementPolicyRule.withEnabled(Boolean enabled)
Set rule is enabled if set to true.
|
ManagementPolicyRule |
ManagementPolicyRule.withName(String name)
Set a rule name can contain any combination of alpha numeric characters.
|
ManagementPolicyRule |
ManagementPolicyRule.withType(String type)
Set the valid value is Lifecycle.
|
Modifier and Type | Method and Description |
---|---|
List<ManagementPolicyRule> |
ManagementPolicySchema.rules()
Get the Storage Account ManagementPolicies Rules.
|
Modifier and Type | Method and Description |
---|---|
ManagementPolicySchema |
ManagementPolicySchema.withRules(List<ManagementPolicyRule> rules)
Set the Storage Account ManagementPolicies Rules.
|
Copyright © 2019. All rights reserved.