IWithPolicyRuleAttachable 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.
The stage of the definition which contains all of the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.
public interface IWithPolicyRuleAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Definition.IWithCreate>, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
type IWithPolicyRuleAttachable = interface
interface IWithRuleActions
interface IWithPrefixesToFilterFor
interface IAttachable<IWithCreate>
Public Interface IWithPolicyRuleAttachable
Implements IAttachable(Of IWithCreate), IWithPrefixesToFilterFor, IWithRuleActions
- 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) |
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) |
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