108 строки
6.6 KiB
YAML
108 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.redis.ExportRDBParameters"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters"
|
|
name: "ExportRDBParameters"
|
|
nameWithType: "ExportRDBParameters"
|
|
summary: "Parameters for Redis export operation."
|
|
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 **ExportRDBParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.ExportRDBParameters()"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.ExportRDBParameters()"
|
|
name: "ExportRDBParameters()"
|
|
nameWithType: "ExportRDBParameters.ExportRDBParameters()"
|
|
syntax: "public ExportRDBParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.container()"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.container()"
|
|
name: "container()"
|
|
nameWithType: "ExportRDBParameters.container()"
|
|
summary: "Get the container value."
|
|
syntax: "public String container()"
|
|
desc: "Get the container value."
|
|
returns:
|
|
description: "the container value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.format()"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.format()"
|
|
name: "format()"
|
|
nameWithType: "ExportRDBParameters.format()"
|
|
summary: "Get the format value."
|
|
syntax: "public String format()"
|
|
desc: "Get the format value."
|
|
returns:
|
|
description: "the format value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.prefix()"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.prefix()"
|
|
name: "prefix()"
|
|
nameWithType: "ExportRDBParameters.prefix()"
|
|
summary: "Get the prefix value."
|
|
syntax: "public String prefix()"
|
|
desc: "Get the prefix value."
|
|
returns:
|
|
description: "the prefix value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.withContainer(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.withContainer(String container)"
|
|
name: "withContainer(String container)"
|
|
nameWithType: "ExportRDBParameters.withContainer(String container)"
|
|
summary: "Set the container value."
|
|
parameters:
|
|
- description: "the container value to set"
|
|
name: "container"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExportRDBParameters withContainer(String container)"
|
|
desc: "Set the container value."
|
|
returns:
|
|
description: "the ExportRDBParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.ExportRDBParameters?alt=com.microsoft.azure.management.redis.ExportRDBParameters&text=ExportRDBParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.withFormat(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.withFormat(String format)"
|
|
name: "withFormat(String format)"
|
|
nameWithType: "ExportRDBParameters.withFormat(String format)"
|
|
summary: "Set the format value."
|
|
parameters:
|
|
- description: "the format value to set"
|
|
name: "format"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExportRDBParameters withFormat(String format)"
|
|
desc: "Set the format value."
|
|
returns:
|
|
description: "the ExportRDBParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.ExportRDBParameters?alt=com.microsoft.azure.management.redis.ExportRDBParameters&text=ExportRDBParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.ExportRDBParameters.withPrefix(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.ExportRDBParameters.withPrefix(String prefix)"
|
|
name: "withPrefix(String prefix)"
|
|
nameWithType: "ExportRDBParameters.withPrefix(String prefix)"
|
|
summary: "Set the prefix value."
|
|
parameters:
|
|
- description: "the prefix value to set"
|
|
name: "prefix"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ExportRDBParameters withPrefix(String prefix)"
|
|
desc: "Set the prefix value."
|
|
returns:
|
|
description: "the ExportRDBParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.ExportRDBParameters?alt=com.microsoft.azure.management.redis.ExportRDBParameters&text=ExportRDBParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Parameters for Redis export operation."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.redis"
|
|
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4
|