ExportDatabaseDefinition Constructors
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.
Overloads
ExportDatabaseDefinition() |
Initializes a new instance of the ExportDatabaseDefinition class. |
ExportDatabaseDefinition(String, String, String, String, String, String, NetworkIsolationSettings) |
Initializes a new instance of the ExportDatabaseDefinition class. |
ExportDatabaseDefinition()
Initializes a new instance of the ExportDatabaseDefinition class.
public ExportDatabaseDefinition ();
Public Sub New ()
Applies to
ExportDatabaseDefinition(String, String, String, String, String, String, NetworkIsolationSettings)
Initializes a new instance of the ExportDatabaseDefinition class.
public ExportDatabaseDefinition (string storageKeyType, string storageKey, string storageUri, string administratorLogin, string administratorLoginPassword, string authenticationType = default, Microsoft.Azure.Management.Sql.Models.NetworkIsolationSettings networkIsolation = default);
new Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition : string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.NetworkIsolationSettings -> Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition
Public Sub New (storageKeyType As String, storageKey As String, storageUri As String, administratorLogin As String, administratorLoginPassword As String, Optional authenticationType As String = Nothing, Optional networkIsolation As NetworkIsolationSettings = Nothing)
Parameters
- storageKeyType
- String
Storage key type. Possible values include: 'SharedAccessKey', 'StorageAccessKey'
- storageKey
- String
Storage key.
- storageUri
- String
Storage Uri.
- administratorLogin
- String
Administrator login name.
- administratorLoginPassword
- String
Administrator login password.
- authenticationType
- String
Authentication type.
- networkIsolation
- NetworkIsolationSettings
Optional resource information to enable network isolation for request.
Applies to
Azure SDK for .NET