次の方法で共有


FileServices interface

FileServices を表すインターフェイス。

メソッド

getServiceProperties(string, string, FileServicesGetServicePropertiesOptionalParams)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを取得します。

list(string, string, FileServicesListOptionalParams)

ストレージ アカウント内のすべてのファイル サービスを一覧表示する

setServiceProperties(string, string, FileServiceProperties, FileServicesSetServicePropertiesOptionalParams)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを設定します。

メソッドの詳細

getServiceProperties(string, string, FileServicesGetServicePropertiesOptionalParams)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを取得します。

function getServiceProperties(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams): Promise<FileServiceProperties>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

options
FileServicesGetServicePropertiesOptionalParams

options パラメーター。

戻り値

list(string, string, FileServicesListOptionalParams)

ストレージ アカウント内のすべてのファイル サービスを一覧表示する

function list(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams): Promise<FileServiceItems>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

options
FileServicesListOptionalParams

options パラメーター。

戻り値

Promise<FileServiceItems>

setServiceProperties(string, string, FileServiceProperties, FileServicesSetServicePropertiesOptionalParams)

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティを設定します。

function setServiceProperties(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams): Promise<FileServiceProperties>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

parameters
FileServiceProperties

CORS (クロスオリジン リソース共有) ルールを含む、ストレージ アカウント内のファイル サービスのプロパティ。

options
FileServicesSetServicePropertiesOptionalParams

options パラメーター。

戻り値