PolicyRuleImpl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PolicyRuleImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicyRule>, Microsoft.Azure.Management.Storage.Fluent.IPolicyRule, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IDefinition, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IUpdate
type PolicyRuleImpl = class
interface IPolicyRule
interface IBeta
interface IHasInner<ManagementPolicyRule>
interface IDefinition
interface IBlank
interface IWithPolicyRuleType
interface IWithBlobTypesToFilterFor
interface IPrefixActionFork
interface IWithPrefixesToFilterFor
interface IWithRuleActions
interface IWithPolicyRuleAttachable
interface IAttachable<IWithCreate>
interface IUpdate
interface IWithBlobTypesToFilterFor
interface IWithPrefixesToFilterFor
interface IWithActions
interface ISettable<IUpdate>
Public Class PolicyRuleImpl
Implements IAttachable(Of IWithCreate), IBeta, IDefinition, IHasInner(Of ManagementPolicyRule), IPolicyRule, ISettable(Of IUpdate), IUpdate
- Inheritance
-
PolicyRuleImpl
- Implements
-
IAttachable<IWithCreate> ISettable<IUpdate> IBeta IHasInner<ManagementPolicyRule> IPolicyRule IBlank IDefinition IPrefixActionFork IWithBlobTypesToFilterFor IWithPolicyRuleAttachable IWithPolicyRuleType IWithPrefixesToFilterFor IWithRuleActions IUpdate IWithActions IWithBlobTypesToFilterFor IWithPrefixesToFilterFor
Methods
Explicit Interface Implementations
IAttachable<IWithCreate>.Attach() |
Attaches this child object's definition to its parent's definition. |
IHasInner<ManagementPolicyRule>.Inner | |
IPolicyRule.ActionsOnBaseBlob |
Gets an object describing the actions to take on the filtered base blobs in this rule. |
IPolicyRule.ActionsOnSnapShot |
Gets an object describing the actions to take on the filtered snapshot in this rule. |
IPolicyRule.BlobTypesToFilterFor |
Gets an unmodifiable list of the blob types this rule will apply for. |
IPolicyRule.DaysAfterBaseBlobModificationUntilArchiving |
Gets the number of days after a filtered base blob is last modified when the tier to archive action is enacted. |
IPolicyRule.DaysAfterBaseBlobModificationUntilCooling |
Gets the number of days after a filtered base blob is last modified when the tier to cool action is enacted. |
IPolicyRule.DaysAfterBaseBlobModificationUntilDeleting |
Gets the number of days after a filtered base blob is last modified when the delete action is enacted. |
IPolicyRule.DaysAfterSnapShotCreationUntilDeleting |
Gets the number of days after a filtered snapshot is created when the delete action is enacted. |
IPolicyRule.DeleteActionOnBaseBlobEnabled |
Gets whether there is a delete action specified for the filtered base blobs in this rule. |
IPolicyRule.DeleteActionOnSnapShotEnabled |
Gets whether there is a delete action specified for the filtered snapshots in this rule. |
IPolicyRule.Name |
Gets the name of the rule. |
IPolicyRule.PrefixesToFilterFor |
Gets an unmodifiable list of the prefixes of the blob types this rule will apply for. |
IPolicyRule.TierToArchiveActionOnBaseBlobEnabled |
Gets whether there is a tier to archive action specified for the filtered base blobs in this rule. |
IPolicyRule.TierToCoolActionOnBaseBlobEnabled |
Gets whether there is a tier to cool action specified for the filtered base blobs in this rule. |
IPolicyRule.Type |
Gets the type of the rule. |
IWithActions.UpdateActionsOnBaseBlob(ManagementPolicyBaseBlob) |
The function that specifies all of the actions to apply to selected base blobs. |
IWithActions.UpdateActionsOnSnapShot(ManagementPolicySnapShot) |
The function that specifies all of the actions to apply to selected snapshots. |
IWithActions.WithDeleteActionOnBaseBlob(Int32) |
The function that specifies a delete action on the selected base blobs. |
IWithActions.WithDeleteActionOnSnapShot(Int32) |
The function that specifies a delete action on the selected snapshots. |
IWithActions.WithTierToArchiveActionOnBaseBlob(Int32) |
The function that specifies a tier to archive action on the selected base blobs. |
IWithActions.WithTierToCoolActionOnBaseBlob(Int32) |
The function that specifies a tier to cool action on the selected base blobs. |
IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor(IList<BlobTypes>) |
The function that specifies the list of blob types that the rule will apply to. |
IWithBlobTypesToFilterFor.WithBlobTypesToFilterFor(IList<BlobTypes>) |
The function that specifies the list of blob types that the rule will apply to. |
IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor(BlobTypes) |
The function that specifies a blob type that the rule will apply to. |
IWithBlobTypesToFilterFor.WithBlobTypeToFilterFor(BlobTypes) |
The function that specifies a blob type that the rule will apply to. |
IWithBlobTypesToFilterFor.WithBlobTypeToFilterForRemoved(BlobTypes) |
The function that specifies to remove a blob type that the rule will apply to. |
IWithPolicyRuleType.WithLifecycleRuleType() |
The function that specifies Lifecycle as the type of the management policy rule. |
IWithPrefixesToFilterFor.WithoutPrefixesToFilterFor() |
The function that clears all blob prefixes so the rule will apply to blobs regardless of prefixes. |
IWithPrefixesToFilterFor.WithPrefixesToFilterFor(IList<String>) |
The function that specifies the list of prefixes for the blobs that the rule will apply to. |
IWithPrefixesToFilterFor.WithPrefixesToFilterFor(IList<String>) |
The function that specifies the list of prefixes for the blobs that the rule will apply to. |
IWithPrefixesToFilterFor.WithPrefixToFilterFor(String) |
The function that specifies a prefix for the blobs that the rule will apply to. |
IWithPrefixesToFilterFor.WithPrefixToFilterFor(String) |
The function that specifies a prefix for the blobs that the rule will apply to. |
IWithRuleActions.WithActionsOnBaseBlob(ManagementPolicyBaseBlob) |
The function that specifies all of the actions to apply to selected base blobs. |
IWithRuleActions.WithActionsOnSnapShot(ManagementPolicySnapShot) |
The function that specifies all of the actions to apply to selected snapshots. |
IWithRuleActions.WithDeleteActionOnBaseBlob(Int32) |
The function that specifies a delete action on the selected base blobs. |
IWithRuleActions.WithDeleteActionOnSnapShot(Int32) |
The function that specifies a delete action on the selected snapshots. |
IWithRuleActions.WithTierToArchiveActionOnBaseBlob(Int32) |
The function that specifies a tier to archive action on the selected base blobs. |
IWithRuleActions.WithTierToCoolActionOnBaseBlob(Int32) |
The function that specifies a tier to cool action on the selected base blobs. |
Applies to
Azure SDK for .NET