次の方法で共有


FileServices interface

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

メソッド

getServiceProperties(string, string, FileServicesGetServicePropertiesOptionalParams)

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

getServiceUsage(string, string, FileServicesGetServiceUsageOptionalParams)

アカウントの制限、ファイル共有の制限、推奨事項やバースト式で使用される定数など、ストレージ アカウントでのファイル サービスの使用状況を取得します。

list(string, string, FileServicesListOptionalParams)

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

listServiceUsages(string, string, FileServicesListServiceUsagesOptionalParams)

ストレージ アカウント内のファイル サービスの使用状況を取得します。

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

オプション パラメーター。

戻り値

getServiceUsage(string, string, FileServicesGetServiceUsageOptionalParams)

アカウントの制限、ファイル共有の制限、推奨事項やバースト式で使用される定数など、ストレージ アカウントでのファイル サービスの使用状況を取得します。

function getServiceUsage(resourceGroupName: string, accountName: string, options?: FileServicesGetServiceUsageOptionalParams): Promise<FileServiceUsage>

パラメーター

resourceGroupName

string

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

accountName

string

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

options
FileServicesGetServiceUsageOptionalParams

オプション パラメーター。

戻り値

Promise<FileServiceUsage>

list(string, string, FileServicesListOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

accountName

string

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

options
FileServicesListOptionalParams

オプション パラメーター。

戻り値

Promise<FileServiceItems>

listServiceUsages(string, string, FileServicesListServiceUsagesOptionalParams)

ストレージ アカウント内のファイル サービスの使用状況を取得します。

function listServiceUsages(resourceGroupName: string, accountName: string, options?: FileServicesListServiceUsagesOptionalParams): PagedAsyncIterableIterator<FileServiceUsage, FileServiceUsage[], PageSettings>

パラメーター

resourceGroupName

string

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

accountName

string

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

options
FileServicesListServiceUsagesOptionalParams

オプション パラメーター。

戻り値

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

オプション パラメーター。

戻り値