SqlDbOfflineConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Offline configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlDbOfflineConfigurationTypeConverter))]
public class SqlDbOfflineConfiguration : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlDbOfflineConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlDbOfflineConfigurationTypeConverter))>]
type SqlDbOfflineConfiguration = class
interface ISqlDbOfflineConfiguration
interface IJsonSerializable
Public Class SqlDbOfflineConfiguration
Implements ISqlDbOfflineConfiguration
- Inheritance
-
SqlDbOfflineConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SqlDbOfflineConfiguration() |
Creates an new SqlDbOfflineConfiguration instance. |
Properties
| Name | Description |
|---|---|
| Offline |
Offline migration |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlDbOfflineConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlDbOfflineConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlDbOfflineConfiguration. |
| FromJsonString(String) |
Creates a new instance of SqlDbOfflineConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlDbOfflineConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |