azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition"
name: "ManagementPolicyDefinition"
nameWithType: "ManagementPolicyDefinition"
summary: "An object that defines the Lifecycle rule."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ManagementPolicyDefinition**"
constructors:
- uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.ManagementPolicyDefinition()"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.ManagementPolicyDefinition()"
name: "ManagementPolicyDefinition()"
nameWithType: "ManagementPolicyDefinition.ManagementPolicyDefinition()"
syntax: "public ManagementPolicyDefinition()"
methods:
- uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.actions()"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.actions()"
name: "actions()"
nameWithType: "ManagementPolicyDefinition.actions()"
summary: "Get an object that defines the action set."
syntax: "public ManagementPolicyAction actions()"
desc: "Get an object that defines the action set."
returns:
description: "the actions value"
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyAction?alt=com.microsoft.azure.management.storage.ManagementPolicyAction&text=ManagementPolicyAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.filters()"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.filters()"
name: "filters()"
nameWithType: "ManagementPolicyDefinition.filters()"
summary: "Get an object that defines the filter set."
syntax: "public ManagementPolicyFilter filters()"
desc: "Get an object that defines the filter set."
returns:
description: "the filters value"
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyFilter?alt=com.microsoft.azure.management.storage.ManagementPolicyFilter&text=ManagementPolicyFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.withActions(com.microsoft.azure.management.storage.ManagementPolicyAction)"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.withActions(ManagementPolicyAction actions)"
name: "withActions(ManagementPolicyAction actions)"
nameWithType: "ManagementPolicyDefinition.withActions(ManagementPolicyAction actions)"
summary: "Set an object that defines the action set."
parameters:
- description: "the actions value to set"
name: "actions"
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyAction?alt=com.microsoft.azure.management.storage.ManagementPolicyAction&text=ManagementPolicyAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagementPolicyDefinition withActions(ManagementPolicyAction actions)"
desc: "Set an object that defines the action set."
returns:
description: "the ManagementPolicyDefinition object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyDefinition?alt=com.microsoft.azure.management.storage.ManagementPolicyDefinition&text=ManagementPolicyDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.withFilters(com.microsoft.azure.management.storage.ManagementPolicyFilter)"
fullName: "com.microsoft.azure.management.storage.ManagementPolicyDefinition.withFilters(ManagementPolicyFilter filters)"
name: "withFilters(ManagementPolicyFilter filters)"
nameWithType: "ManagementPolicyDefinition.withFilters(ManagementPolicyFilter filters)"
summary: "Set an object that defines the filter set."
parameters:
- description: "the filters value to set"
name: "filters"
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyFilter?alt=com.microsoft.azure.management.storage.ManagementPolicyFilter&text=ManagementPolicyFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagementPolicyDefinition withFilters(ManagementPolicyFilter filters)"
desc: "Set an object that defines the filter set."
returns:
description: "the ManagementPolicyDefinition object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ManagementPolicyDefinition?alt=com.microsoft.azure.management.storage.ManagementPolicyDefinition&text=ManagementPolicyDefinition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4