AttachedDatabaseConfiguration 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.
Class representing an attached database configuration.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AttachedDatabaseConfiguration : Microsoft.Azure.Management.Kusto.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AttachedDatabaseConfiguration = class
inherit ProxyResource
Public Class AttachedDatabaseConfiguration
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
AttachedDatabaseConfiguration() |
Initializes a new instance of the AttachedDatabaseConfiguration class. |
AttachedDatabaseConfiguration(String, String, String, String, String, String, String, String, IList<String>, TableLevelSharingProperties) |
Initializes a new instance of the AttachedDatabaseConfiguration class. |
Properties
AttachedDatabaseNames |
Gets the list of databases from the clusterResourceId which are currently attached to the cluster. |
ClusterResourceId |
Gets or sets the resource id of the cluster where the databases you would like to attach reside. |
DatabaseName |
Gets or sets the name of the database which you would like to attach, use * if you want to follow all current and future databases. |
DefaultPrincipalsModificationKind |
Gets or sets the default principals modification kind. Possible values include: 'Union', 'Replace', 'None' |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets or sets resource location. |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving' |
TableLevelSharingProperties |
Gets or sets table level sharing specifications |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET