次の方法で共有


AzureFileDatastore interface

Azure File データストアの構成。

Extends

プロパティ

accountName

[必須]ストレージ アカウント名。

datastoreType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

endpoint

ストレージ アカウントの Azure クラウド エンドポイント。

fileShareName

[必須]データストアが指す Azure ファイル共有の名前。

protocol

ストレージ アカウントとの通信に使用されるプロトコル。

serviceDataAccessAuthIdentity

顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。

継承されたプロパティ

credentials

[必須]アカウントの資格情報。

description

資産の説明テキスト。

isDefault

データストアがワークスペースの既定のデータストアであるかどうかを示す Readonly プロパティ注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

properties

資産プロパティ ディクショナリ。

tags

タグ辞書。 タグは追加、削除、更新できます。

プロパティの詳細

accountName

[必須]ストレージ アカウント名。

accountName: string

プロパティ値

string

datastoreType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

datastoreType: "AzureFile"

プロパティ値

"AzureFile"

endpoint

ストレージ アカウントの Azure クラウド エンドポイント。

endpoint?: string

プロパティ値

string

fileShareName

[必須]データストアが指す Azure ファイル共有の名前。

fileShareName: string

プロパティ値

string

protocol

ストレージ アカウントとの通信に使用されるプロトコル。

protocol?: string

プロパティ値

string

serviceDataAccessAuthIdentity

顧客のストレージへのサービス データ アクセスを認証するために使用する ID を示します。

serviceDataAccessAuthIdentity?: string

プロパティ値

string

継承されたプロパティの詳細

credentials

[必須]アカウントの資格情報。

credentials: DatastoreCredentialsUnion

プロパティ値

DatastoreProperties.credentialsから継承

description

資産の説明テキスト。

description?: string

プロパティ値

string

DatastoreProperties.descriptionから継承

isDefault

データストアがワークスペースの既定のデータストアであるかどうかを示す Readonly プロパティ注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

isDefault?: boolean

プロパティ値

boolean

DatastoreProperties.isDefaultから継承

properties

資産プロパティ ディクショナリ。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

DatastoreProperties.propertiesから継承

tags

タグ辞書。 タグは追加、削除、更新できます。

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

DatastoreProperties.tagsから継承