DatabaseExtensions 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
DatabaseExtensions() |
Initializes a new instance of the DatabaseExtensions class. |
DatabaseExtensions(String, String, String, String, String, String) |
Initializes a new instance of the DatabaseExtensions class. |
DatabaseExtensions()
Initializes a new instance of the DatabaseExtensions class.
public DatabaseExtensions ();
Public Sub New ()
Applies to
DatabaseExtensions(String, String, String, String, String, String)
Initializes a new instance of the DatabaseExtensions class.
public DatabaseExtensions (string storageKeyType, string storageKey, string storageUri, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.DatabaseExtensions : string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.DatabaseExtensions
Public Sub New (storageKeyType As String, storageKey As String, storageUri As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- storageKeyType
- String
Storage key type. Possible values include: 'SharedAccessKey', 'StorageAccessKey'
- storageKey
- String
Storage key.
- storageUri
- String
Storage Uri.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
Applies to
Azure SDK for .NET