次の方法で共有


FileSystems interface

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

メソッド

beginCreateOrUpdate(string, string, FileSystemResource, FileSystemsCreateOrUpdateOptionalParams)

FileSystemResource を作成する

beginCreateOrUpdateAndWait(string, string, FileSystemResource, FileSystemsCreateOrUpdateOptionalParams)

FileSystemResource を作成する

beginDelete(string, string, FileSystemsDeleteOptionalParams)

FileSystemResource を削除する

beginDeleteAndWait(string, string, FileSystemsDeleteOptionalParams)

FileSystemResource を削除する

get(string, string, FileSystemsGetOptionalParams)

FileSystemResource を取得する

listByResourceGroup(string, FileSystemsListByResourceGroupOptionalParams)

リソース グループ別に FileSystemResource リソースを一覧表示する

listBySubscription(FileSystemsListBySubscriptionOptionalParams)

サブスクリプション ID で FileSystemResource リソースを一覧表示する

update(string, string, FileSystemResourceUpdate, FileSystemsUpdateOptionalParams)

FileSystemResource を更新する

メソッドの詳細

beginCreateOrUpdate(string, string, FileSystemResource, FileSystemsCreateOrUpdateOptionalParams)

FileSystemResource を作成する

function beginCreateOrUpdate(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FileSystemResource>, FileSystemResource>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

resource
FileSystemResource

リソース作成パラメーター。

options
FileSystemsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<FileSystemResource>, FileSystemResource>>

beginCreateOrUpdateAndWait(string, string, FileSystemResource, FileSystemsCreateOrUpdateOptionalParams)

FileSystemResource を作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams): Promise<FileSystemResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

resource
FileSystemResource

リソース作成パラメーター。

options
FileSystemsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, FileSystemsDeleteOptionalParams)

FileSystemResource を削除する

function beginDelete(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

options
FileSystemsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, FileSystemsDeleteOptionalParams)

FileSystemResource を削除する

function beginDeleteAndWait(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

options
FileSystemsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, FileSystemsGetOptionalParams)

FileSystemResource を取得する

function get(resourceGroupName: string, fileSystemName: string, options?: FileSystemsGetOptionalParams): Promise<FileSystemResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

options
FileSystemsGetOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, FileSystemsListByResourceGroupOptionalParams)

リソース グループ別に FileSystemResource リソースを一覧表示する

function listByResourceGroup(resourceGroupName: string, options?: FileSystemsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
FileSystemsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(FileSystemsListBySubscriptionOptionalParams)

サブスクリプション ID で FileSystemResource リソースを一覧表示する

function listBySubscription(options?: FileSystemsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FileSystemResource, FileSystemResource[], PageSettings>

パラメーター

options
FileSystemsListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, FileSystemResourceUpdate, FileSystemsUpdateOptionalParams)

FileSystemResource を更新する

function update(resourceGroupName: string, fileSystemName: string, properties: FileSystemResourceUpdate, options?: FileSystemsUpdateOptionalParams): Promise<FileSystemResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

fileSystemName

string

ファイル システム リソースの名前

properties
FileSystemResourceUpdate

更新するリソース プロパティ。

options
FileSystemsUpdateOptionalParams

options パラメーター。

戻り値