AttachedDatabaseConfigurationsCheckNameRequest 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
AttachedDatabaseConfigurationsCheckNameRequest() |
Initializes a new instance of the AttachedDatabaseConfigurationsCheckNameRequest class. |
AttachedDatabaseConfigurationsCheckNameRequest(String) |
Initializes a new instance of the AttachedDatabaseConfigurationsCheckNameRequest class. |
AttachedDatabaseConfigurationsCheckNameRequest()
Initializes a new instance of the AttachedDatabaseConfigurationsCheckNameRequest class.
public AttachedDatabaseConfigurationsCheckNameRequest ();
Public Sub New ()
Applies to
AttachedDatabaseConfigurationsCheckNameRequest(String)
Initializes a new instance of the AttachedDatabaseConfigurationsCheckNameRequest class.
public AttachedDatabaseConfigurationsCheckNameRequest (string name);
new Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfigurationsCheckNameRequest : string -> Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfigurationsCheckNameRequest
Public Sub New (name As String)
Parameters
- name
- String
Attached database resource name.