IDefinition Interface
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.
Container interface for all of the definitions related to a rule in a management policy.
public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Definition.IWithCreate>, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IBlank, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IPrefixActionFork, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithBlobTypesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPolicyRuleAttachable
type IDefinition = interface
interface IBlank
interface IWithPolicyRuleType
interface IWithBlobTypesToFilterFor
interface IPrefixActionFork
interface IWithPrefixesToFilterFor
interface IWithRuleActions
interface IWithPolicyRuleAttachable
interface IAttachable<IWithCreate>
Public Interface IDefinition
Implements IAttachable(Of IWithCreate), IBlank, IPrefixActionFork, IWithBlobTypesToFilterFor, IWithPolicyRuleAttachable
- Derived
- Implements
Methods
Attach() |
Attaches this child object's definition to its parent's definition. (Inherited from IAttachable<ParentT>) |
WithActionsOnBaseBlob(ManagementPolicyBaseBlob) |
The function that specifies all of the actions to apply to selected base blobs. (Inherited from IWithRuleActions) |
WithActionsOnSnapShot(ManagementPolicySnapShot) |
The function that specifies all of the actions to apply to selected snapshots. (Inherited from IWithRuleActions) |
WithBlobTypesToFilterFor(IList<BlobTypes>) |
The function that specifies the list of blob types that the rule will apply to. (Inherited from IWithBlobTypesToFilterFor) |
WithBlobTypeToFilterFor(BlobTypes) |
The function that specifies a blob type that the rule will apply to. (Inherited from IWithBlobTypesToFilterFor) |
WithDeleteActionOnBaseBlob(Int32) |
The function that specifies a delete action on the selected base blobs. (Inherited from IWithRuleActions) |
WithDeleteActionOnSnapShot(Int32) |
The function that specifies a delete action on the selected snapshots. (Inherited from IWithRuleActions) |
WithLifecycleRuleType() |
The function that specifies Lifecycle as the type of the management policy rule. (Inherited from IWithPolicyRuleType) |
WithPrefixesToFilterFor(IList<String>) |
The function that specifies the list of prefixes for the blobs that the rule will apply to. (Inherited from IWithPrefixesToFilterFor) |
WithPrefixToFilterFor(String) |
The function that specifies a prefix for the blobs that the rule will apply to. (Inherited from IWithPrefixesToFilterFor) |
WithTierToArchiveActionOnBaseBlob(Int32) |
The function that specifies a tier to archive action on the selected base blobs. (Inherited from IWithRuleActions) |
WithTierToCoolActionOnBaseBlob(Int32) |
The function that specifies a tier to cool action on the selected base blobs. (Inherited from IWithRuleActions) |
Applies to
Azure SDK for .NET