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

162 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore"
name: "ServerPropertiesForGeoRestore"
nameWithType: "ServerPropertiesForGeoRestore"
summary: "The properties used to create a new server by restoring to a different region from a geo replicated backup."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate&text=ServerPropertiesForCreate\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.infrastructureEncryption()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.infrastructureEncryption&text=infrastructureEncryption\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.minimalTlsVersion()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.minimalTlsVersion&text=minimalTlsVersion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.publicNetworkAccess()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.publicNetworkAccess&text=publicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.sslEnforcement()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.sslEnforcement&text=sslEnforcement\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.storageProfile()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.storageProfile&text=storageProfile\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.validate()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.version()?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.version&text=version\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withInfrastructureEncryption&text=withInfrastructureEncryption\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withMinimalTlsVersion&text=withMinimalTlsVersion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withPublicNetworkAccess&text=withPublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withSslEnforcement&text=withSslEnforcement\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withStorageProfile&text=withStorageProfile\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withVersion&text=withVersion\" data-throw-if-not-resolved=\"False\" />"
- 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 **ServerPropertiesForGeoRestore**</br> extends <xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate&text=ServerPropertiesForCreate\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
name: "ServerPropertiesForGeoRestore()"
nameWithType: "ServerPropertiesForGeoRestore.ServerPropertiesForGeoRestore()"
syntax: "public ServerPropertiesForGeoRestore()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.sourceServerId()"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.sourceServerId()"
name: "sourceServerId()"
nameWithType: "ServerPropertiesForGeoRestore.sourceServerId()"
summary: "Get the source<wbr>Server<wbr>Id property: The source server id to restore from."
syntax: "public String sourceServerId()"
desc: "Get the sourceServerId property: The source server id to restore from."
returns:
description: "the sourceServerId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.validate()"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.validate()"
name: "validate()"
nameWithType: "ServerPropertiesForGeoRestore.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
name: "withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
nameWithType: "ServerPropertiesForGeoRestore.withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
summary: "Set the infrastructure<wbr>Encryption property: Status showing whether the server enabled infrastructure encryption."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withInfrastructureEncryption(com.azure.resourcemanager.mysql.models.InfrastructureEncryption)"
parameters:
- name: "infrastructureEncryption"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.InfrastructureEncryption?alt=com.azure.resourcemanager.mysql.models.InfrastructureEncryption&text=InfrastructureEncryption\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withInfrastructureEncryption(InfrastructureEncryption infrastructureEncryption)"
desc: "Set the infrastructureEncryption property: Status showing whether the server enabled infrastructure encryption."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
name: "withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
nameWithType: "ServerPropertiesForGeoRestore.withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
summary: "Set the minimal<wbr>Tls<wbr>Version property: Enforce a minimal Tls version for the server."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withMinimalTlsVersion(com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum)"
parameters:
- name: "minimalTlsVersion"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum?alt=com.azure.resourcemanager.mysql.models.MinimalTlsVersionEnum&text=MinimalTlsVersionEnum\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)"
desc: "Set the minimalTlsVersion property: Enforce a minimal Tls version for the server."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
name: "withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
nameWithType: "ServerPropertiesForGeoRestore.withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
summary: "Set the public<wbr>Network<wbr>Access property: Whether or not public network access is allowed for this server."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withPublicNetworkAccess(com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum)"
parameters:
- name: "publicNetworkAccess"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum?alt=com.azure.resourcemanager.mysql.models.PublicNetworkAccessEnum&text=PublicNetworkAccessEnum\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withPublicNetworkAccess(PublicNetworkAccessEnum publicNetworkAccess)"
desc: "Set the publicNetworkAccess property: Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSourceServerId(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSourceServerId(String sourceServerId)"
name: "withSourceServerId(String sourceServerId)"
nameWithType: "ServerPropertiesForGeoRestore.withSourceServerId(String sourceServerId)"
summary: "Set the source<wbr>Server<wbr>Id property: The source server id to restore from."
parameters:
- description: "the sourceServerId value to set."
name: "sourceServerId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerPropertiesForGeoRestore withSourceServerId(String sourceServerId)"
desc: "Set the sourceServerId property: The source server id to restore from."
returns:
description: "the ServerPropertiesForGeoRestore object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withSslEnforcement(SslEnforcementEnum sslEnforcement)"
name: "withSslEnforcement(SslEnforcementEnum sslEnforcement)"
nameWithType: "ServerPropertiesForGeoRestore.withSslEnforcement(SslEnforcementEnum sslEnforcement)"
summary: "Set the ssl<wbr>Enforcement property: Enable ssl enforcement or not when connect to server."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withSslEnforcement(com.azure.resourcemanager.mysql.models.SslEnforcementEnum)"
parameters:
- name: "sslEnforcement"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.SslEnforcementEnum?alt=com.azure.resourcemanager.mysql.models.SslEnforcementEnum&text=SslEnforcementEnum\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withSslEnforcement(SslEnforcementEnum sslEnforcement)"
desc: "Set the sslEnforcement property: Enable ssl enforcement or not when connect to server."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withStorageProfile(StorageProfile storageProfile)"
name: "withStorageProfile(StorageProfile storageProfile)"
nameWithType: "ServerPropertiesForGeoRestore.withStorageProfile(StorageProfile storageProfile)"
summary: "Set the storage<wbr>Profile property: Storage profile of a server."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withStorageProfile(com.azure.resourcemanager.mysql.models.StorageProfile)"
parameters:
- name: "storageProfile"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.StorageProfile?alt=com.azure.resourcemanager.mysql.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withStorageProfile(StorageProfile storageProfile)"
desc: "Set the storageProfile property: Storage profile of a server."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)"
fullName: "com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore.withVersion(ServerVersion version)"
name: "withVersion(ServerVersion version)"
nameWithType: "ServerPropertiesForGeoRestore.withVersion(ServerVersion version)"
summary: "Set the version property: Server version."
overridden: "com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate.withVersion(com.azure.resourcemanager.mysql.models.ServerVersion)"
parameters:
- name: "version"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerVersion?alt=com.azure.resourcemanager.mysql.models.ServerVersion&text=ServerVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerPropertiesForGeoRestore withVersion(ServerVersion version)"
desc: "Set the version property: Server version."
returns:
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForGeoRestore&text=ServerPropertiesForGeoRestore\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties used to create a new server by restoring to a different region from a geo replicated backup."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2