azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

61 строка
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.ObjectReplicationRule"
fullName: "com.azure.storage.blob.models.ObjectReplicationRule"
name: "ObjectReplicationRule"
nameWithType: "ObjectReplicationRule"
summary: "A type that contains information about an object replication rule on a source blob."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **ObjectReplicationRule**"
constructors:
- uid: "com.azure.storage.blob.models.ObjectReplicationRule.ObjectReplicationRule(java.lang.String,com.azure.storage.blob.models.ObjectReplicationStatus)"
fullName: "com.azure.storage.blob.models.ObjectReplicationRule.ObjectReplicationRule(String ruleId, ObjectReplicationStatus status)"
name: "ObjectReplicationRule(String ruleId, ObjectReplicationStatus status)"
nameWithType: "ObjectReplicationRule.ObjectReplicationRule(String ruleId, ObjectReplicationStatus status)"
summary: "Constructs a new Object<wbr>Replication<wbr>Rule object."
parameters:
- description: "The rule id."
name: "ruleId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The <xref uid=\"com.azure.storage.blob.models.ObjectReplicationStatus\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ObjectReplicationStatus\"></xref>"
name: "status"
type: "<xref href=\"com.azure.storage.blob.models.ObjectReplicationStatus?alt=com.azure.storage.blob.models.ObjectReplicationStatus&text=ObjectReplicationStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ObjectReplicationRule(String ruleId, ObjectReplicationStatus status)"
desc: "Constructs a new ObjectReplicationRule object."
methods:
- uid: "com.azure.storage.blob.models.ObjectReplicationRule.getRuleId()"
fullName: "com.azure.storage.blob.models.ObjectReplicationRule.getRuleId()"
name: "getRuleId()"
nameWithType: "ObjectReplicationRule.getRuleId()"
syntax: "public String getRuleId()"
returns:
description: "The rule id."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.ObjectReplicationRule.getStatus()"
fullName: "com.azure.storage.blob.models.ObjectReplicationRule.getStatus()"
name: "getStatus()"
nameWithType: "ObjectReplicationRule.getStatus()"
syntax: "public ObjectReplicationStatus getStatus()"
returns:
description: "The <xref uid=\"com.azure.storage.blob.models.ObjectReplicationStatus\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ObjectReplicationStatus\"></xref>"
type: "<xref href=\"com.azure.storage.blob.models.ObjectReplicationStatus?alt=com.azure.storage.blob.models.ObjectReplicationStatus&text=ObjectReplicationStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A type that contains information about an object replication rule on a source blob."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1