174 строки
13 KiB
YAML
174 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting"
|
|
name: "DatabaseBackupSetting"
|
|
nameWithType: "DatabaseBackupSetting"
|
|
summary: "Database backup settings."
|
|
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 **DatabaseBackupSetting**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.DatabaseBackupSetting()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.DatabaseBackupSetting()"
|
|
name: "DatabaseBackupSetting()"
|
|
nameWithType: "DatabaseBackupSetting.DatabaseBackupSetting()"
|
|
summary: "Creates an instance of Database<wbr>Backup<wbr>Setting class."
|
|
syntax: "public DatabaseBackupSetting()"
|
|
desc: "Creates an instance of DatabaseBackupSetting class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.connectionString()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.connectionString()"
|
|
name: "connectionString()"
|
|
nameWithType: "DatabaseBackupSetting.connectionString()"
|
|
summary: "Get the connection<wbr>String property: Contains a connection string to a database which is being backed up or restored."
|
|
syntax: "public String connectionString()"
|
|
desc: "Get the connectionString property: Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one."
|
|
returns:
|
|
description: "the connectionString value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.connectionStringName()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.connectionStringName()"
|
|
name: "connectionStringName()"
|
|
nameWithType: "DatabaseBackupSetting.connectionStringName()"
|
|
summary: "Get the connection<wbr>String<wbr>Name property: Contains a connection string name that is linked to the Site<wbr>Config.<wbr>Connection<wbr>Strings."
|
|
syntax: "public String connectionStringName()"
|
|
desc: "Get the connectionStringName property: Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options."
|
|
returns:
|
|
description: "the connectionStringName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.databaseType()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.databaseType()"
|
|
name: "databaseType()"
|
|
nameWithType: "DatabaseBackupSetting.databaseType()"
|
|
summary: "Get the database<wbr>Type property: Database type (e.<wbr>g."
|
|
syntax: "public DatabaseType databaseType()"
|
|
desc: "Get the databaseType property: Database type (e.g. SqlAzure / MySql)."
|
|
returns:
|
|
description: "the databaseType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseType?alt=com.azure.resourcemanager.appservice.models.DatabaseType&text=DatabaseType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DatabaseBackupSetting.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Database<wbr>Backup<wbr>Setting from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DatabaseBackupSetting fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DatabaseBackupSetting from the JsonReader."
|
|
returns:
|
|
description: "An instance of DatabaseBackupSetting if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.name()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.name()"
|
|
name: "name()"
|
|
nameWithType: "DatabaseBackupSetting.name()"
|
|
summary: "Get the name property: The name property."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name property."
|
|
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.appservice.models.DatabaseBackupSetting.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DatabaseBackupSetting.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DatabaseBackupSetting.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withConnectionString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withConnectionString(String connectionString)"
|
|
name: "withConnectionString(String connectionString)"
|
|
nameWithType: "DatabaseBackupSetting.withConnectionString(String connectionString)"
|
|
summary: "Set the connection<wbr>String property: Contains a connection string to a database which is being backed up or restored."
|
|
parameters:
|
|
- description: "the connectionString value to set."
|
|
name: "connectionString"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DatabaseBackupSetting withConnectionString(String connectionString)"
|
|
desc: "Set the connectionString property: Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one."
|
|
returns:
|
|
description: "the DatabaseBackupSetting object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withConnectionStringName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withConnectionStringName(String connectionStringName)"
|
|
name: "withConnectionStringName(String connectionStringName)"
|
|
nameWithType: "DatabaseBackupSetting.withConnectionStringName(String connectionStringName)"
|
|
summary: "Set the connection<wbr>String<wbr>Name property: Contains a connection string name that is linked to the Site<wbr>Config.<wbr>Connection<wbr>Strings."
|
|
parameters:
|
|
- description: "the connectionStringName value to set."
|
|
name: "connectionStringName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DatabaseBackupSetting withConnectionStringName(String connectionStringName)"
|
|
desc: "Set the connectionStringName property: Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options."
|
|
returns:
|
|
description: "the DatabaseBackupSetting object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withDatabaseType(com.azure.resourcemanager.appservice.models.DatabaseType)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withDatabaseType(DatabaseType databaseType)"
|
|
name: "withDatabaseType(DatabaseType databaseType)"
|
|
nameWithType: "DatabaseBackupSetting.withDatabaseType(DatabaseType databaseType)"
|
|
summary: "Set the database<wbr>Type property: Database type (e.<wbr>g."
|
|
parameters:
|
|
- description: "the databaseType value to set."
|
|
name: "databaseType"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseType?alt=com.azure.resourcemanager.appservice.models.DatabaseType&text=DatabaseType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DatabaseBackupSetting withDatabaseType(DatabaseType databaseType)"
|
|
desc: "Set the databaseType property: Database type (e.g. SqlAzure / MySql)."
|
|
returns:
|
|
description: "the DatabaseBackupSetting object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseBackupSetting.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "DatabaseBackupSetting.withName(String name)"
|
|
summary: "Set the name property: The name property."
|
|
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 DatabaseBackupSetting withName(String name)"
|
|
desc: "Set the name property: The name property."
|
|
returns:
|
|
description: "the DatabaseBackupSetting object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Database backup settings."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseBackupSetting?alt=com.azure.resourcemanager.appservice.models.DatabaseBackupSetting&text=DatabaseBackupSetting\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|