你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttachedDatabaseConfiguration 类

定义

表示附加数据库配置的类。

[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
继承
AttachedDatabaseConfiguration
属性

构造函数

AttachedDatabaseConfiguration()

初始化 AttachedDatabaseConfiguration 类的新实例。

AttachedDatabaseConfiguration(String, String, String, String, String, String, String, String, IList<String>, TableLevelSharingProperties)

初始化 AttachedDatabaseConfiguration 类的新实例。

属性

AttachedDatabaseNames

从 clusterResourceId 中获取当前附加到群集的数据库的列表。

ClusterResourceId

获取或设置要附加的数据库所在的群集的资源 ID。

DatabaseName

获取或设置要附加的数据库的名称,如果要跟踪所有当前和将来的数据库,请使用 * 。

DefaultPrincipalsModificationKind

获取或设置默认主体修改类型。 可能的值包括:“Union”、“Replace”、“None”

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Location

获取或设置资源位置。

Name

获取资源的名称

(继承自 Resource)
ProvisioningState

获取资源的预配状态。 可能的值包括:“Running”、“Creating”、“Deleting”、“Succeeded”、“Failed”、“Moving”

TableLevelSharingProperties

获取或设置表级共享规范

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

方法

Validate()

验证 对象。

适用于