次の方法で共有


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'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。

TableLevelSharingProperties

テーブル レベルの共有の仕様を取得または設定します

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

メソッド

Validate()

オブジェクトを検証します。

適用対象