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

132 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule"
name: "ObjectReplicationPolicyRule"
nameWithType: "ObjectReplicationPolicyRule"
summary: "The replication policy rule between two containers."
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 **ObjectReplicationPolicyRule**"
constructors:
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.ObjectReplicationPolicyRule()"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.ObjectReplicationPolicyRule()"
name: "ObjectReplicationPolicyRule()"
nameWithType: "ObjectReplicationPolicyRule.ObjectReplicationPolicyRule()"
syntax: "public ObjectReplicationPolicyRule()"
methods:
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.destinationContainer()"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.destinationContainer()"
name: "destinationContainer()"
nameWithType: "ObjectReplicationPolicyRule.destinationContainer()"
summary: "Get required."
syntax: "public String destinationContainer()"
desc: "Get required. Destination container name."
returns:
description: "the destinationContainer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.filters()"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.filters()"
name: "filters()"
nameWithType: "ObjectReplicationPolicyRule.filters()"
summary: "Get optional."
syntax: "public ObjectReplicationPolicyFilter filters()"
desc: "Get optional. An object that defines the filter set."
returns:
description: "the filters value"
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyFilter?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyFilter&text=ObjectReplicationPolicyFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.ruleId()"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.ruleId()"
name: "ruleId()"
nameWithType: "ObjectReplicationPolicyRule.ruleId()"
summary: "Get rule Id is auto-generated for each new rule on destination account."
syntax: "public String ruleId()"
desc: "Get rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account."
returns:
description: "the ruleId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.sourceContainer()"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.sourceContainer()"
name: "sourceContainer()"
nameWithType: "ObjectReplicationPolicyRule.sourceContainer()"
summary: "Get required."
syntax: "public String sourceContainer()"
desc: "Get required. Source container name."
returns:
description: "the sourceContainer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withDestinationContainer(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withDestinationContainer(String destinationContainer)"
name: "withDestinationContainer(String destinationContainer)"
nameWithType: "ObjectReplicationPolicyRule.withDestinationContainer(String destinationContainer)"
summary: "Set required."
parameters:
- description: "the destinationContainer value to set"
name: "destinationContainer"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ObjectReplicationPolicyRule withDestinationContainer(String destinationContainer)"
desc: "Set required. Destination container name."
returns:
description: "the ObjectReplicationPolicyRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyRule?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyRule&text=ObjectReplicationPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withFilters(com.microsoft.azure.management.storage.ObjectReplicationPolicyFilter)"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withFilters(ObjectReplicationPolicyFilter filters)"
name: "withFilters(ObjectReplicationPolicyFilter filters)"
nameWithType: "ObjectReplicationPolicyRule.withFilters(ObjectReplicationPolicyFilter filters)"
summary: "Set optional."
parameters:
- description: "the filters value to set"
name: "filters"
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyFilter?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyFilter&text=ObjectReplicationPolicyFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ObjectReplicationPolicyRule withFilters(ObjectReplicationPolicyFilter filters)"
desc: "Set optional. An object that defines the filter set."
returns:
description: "the ObjectReplicationPolicyRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyRule?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyRule&text=ObjectReplicationPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withRuleId(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withRuleId(String ruleId)"
name: "withRuleId(String ruleId)"
nameWithType: "ObjectReplicationPolicyRule.withRuleId(String ruleId)"
summary: "Set rule Id is auto-generated for each new rule on destination account."
parameters:
- description: "the ruleId value to set"
name: "ruleId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ObjectReplicationPolicyRule withRuleId(String ruleId)"
desc: "Set rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account."
returns:
description: "the ObjectReplicationPolicyRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyRule?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyRule&text=ObjectReplicationPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withSourceContainer(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.ObjectReplicationPolicyRule.withSourceContainer(String sourceContainer)"
name: "withSourceContainer(String sourceContainer)"
nameWithType: "ObjectReplicationPolicyRule.withSourceContainer(String sourceContainer)"
summary: "Set required."
parameters:
- description: "the sourceContainer value to set"
name: "sourceContainer"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ObjectReplicationPolicyRule withSourceContainer(String sourceContainer)"
desc: "Set required. Source container name."
returns:
description: "the ObjectReplicationPolicyRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.ObjectReplicationPolicyRule?alt=com.microsoft.azure.management.storage.ObjectReplicationPolicyRule&text=ObjectReplicationPolicyRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The replication policy rule between two containers."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4