azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

103 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redisenterprise.models.Module"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module"
name: "Module"
nameWithType: "Module"
summary: "Module settings Specifies configuration of a redis module."
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 final class **Module**"
constructors:
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.Module()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.Module()"
name: "Module()"
nameWithType: "Module.Module()"
summary: "Creates an instance of Module class."
syntax: "public Module()"
desc: "Creates an instance of Module class."
methods:
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.args()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.args()"
name: "args()"
nameWithType: "Module.args()"
summary: "Get the args property: Configuration options for the module, e.<wbr>g."
syntax: "public String args()"
desc: "Get the args property: Configuration options for the module, e.g. 'ERROR\\_RATE 0.01 INITIAL\\_SIZE 400'."
returns:
description: "the args value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.name()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.name()"
name: "name()"
nameWithType: "Module.name()"
summary: "Get the name property: The name of the module, e.<wbr>g."
syntax: "public String name()"
desc: "Get the name property: The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.validate()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.validate()"
name: "validate()"
nameWithType: "Module.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.version()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.version()"
name: "version()"
nameWithType: "Module.version()"
summary: "Get the version property: The version of the module, e.<wbr>g."
syntax: "public String version()"
desc: "Get the version property: The version of the module, e.g. '1.0'."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.withArgs(java.lang.String)"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.withArgs(String args)"
name: "withArgs(String args)"
nameWithType: "Module.withArgs(String args)"
summary: "Set the args property: Configuration options for the module, e.<wbr>g."
parameters:
- description: "the args value to set."
name: "args"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Module withArgs(String args)"
desc: "Set the args property: Configuration options for the module, e.g. 'ERROR\\_RATE 0.01 INITIAL\\_SIZE 400'."
returns:
description: "the Module object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Module?alt=com.azure.resourcemanager.redisenterprise.models.Module&text=Module\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.Module.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.redisenterprise.models.Module.withName(String name)"
name: "withName(String name)"
nameWithType: "Module.withName(String name)"
summary: "Set the name property: The name of the module, e.<wbr>g."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Module withName(String name)"
desc: "Set the name property: The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'."
returns:
description: "the Module object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Module?alt=com.azure.resourcemanager.redisenterprise.models.Module&text=Module\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Module settings Specifies configuration of a redis module."
metadata: {}
package: "com.azure.resourcemanager.redisenterprise.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0