次の方法で共有


AmlFilesystems interface

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

メソッド

archive(string, string, AmlFilesystemsArchiveOptionalParams)

AML ファイル システムからデータをアーカイブします。

beginCreateOrUpdate(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

AML ファイル システムを作成または更新します。

beginCreateOrUpdateAndWait(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

AML ファイル システムを作成または更新します。

beginDelete(string, string, AmlFilesystemsDeleteOptionalParams)

AML ファイル システムの削除をスケジュールします。

beginDeleteAndWait(string, string, AmlFilesystemsDeleteOptionalParams)

AML ファイル システムの削除をスケジュールします。

beginUpdate(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

AML ファイル システム インスタンスを更新します。

beginUpdateAndWait(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

AML ファイル システム インスタンスを更新します。

cancelArchive(string, string, AmlFilesystemsCancelArchiveOptionalParams)

AML ファイル システムからのアーカイブ データを取り消します。

get(string, string, AmlFilesystemsGetOptionalParams)

AML ファイル システムを返します。

list(AmlFilesystemsListOptionalParams)

ユーザーがサブスクリプションの下でアクセスできるすべての AML ファイル システムを返します。

listByResourceGroup(string, AmlFilesystemsListByResourceGroupOptionalParams)

ユーザーがリソース グループの下でアクセスできるすべての AML ファイル システムを返します。

メソッドの詳細

archive(string, string, AmlFilesystemsArchiveOptionalParams)

AML ファイル システムからデータをアーカイブします。

function archive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsArchiveOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

options
AmlFilesystemsArchiveOptionalParams

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

戻り値

Promise<void>

beginCreateOrUpdate(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

AML ファイル システムを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

amlFilesystem
AmlFilesystem

AML ファイル システムのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。

options
AmlFilesystemsCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, AmlFilesystem, AmlFilesystemsCreateOrUpdateOptionalParams)

AML ファイル システムを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystem, options?: AmlFilesystemsCreateOrUpdateOptionalParams): Promise<AmlFilesystem>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

amlFilesystem
AmlFilesystem

AML ファイル システムのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。

options
AmlFilesystemsCreateOrUpdateOptionalParams

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

戻り値

Promise<AmlFilesystem>

beginDelete(string, string, AmlFilesystemsDeleteOptionalParams)

AML ファイル システムの削除をスケジュールします。

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

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

options
AmlFilesystemsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, AmlFilesystemsDeleteOptionalParams)

AML ファイル システムの削除をスケジュールします。

function beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

options
AmlFilesystemsDeleteOptionalParams

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

戻り値

Promise<void>

beginUpdate(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

AML ファイル システム インスタンスを更新します。

function beginUpdate(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AmlFilesystem>, AmlFilesystem>>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

amlFilesystem
AmlFilesystemUpdate

AML ファイル システムのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。

options
AmlFilesystemsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, AmlFilesystemUpdate, AmlFilesystemsUpdateOptionalParams)

AML ファイル システム インスタンスを更新します。

function beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, amlFilesystem: AmlFilesystemUpdate, options?: AmlFilesystemsUpdateOptionalParams): Promise<AmlFilesystem>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

amlFilesystem
AmlFilesystemUpdate

AML ファイル システムのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。

options
AmlFilesystemsUpdateOptionalParams

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

戻り値

Promise<AmlFilesystem>

cancelArchive(string, string, AmlFilesystemsCancelArchiveOptionalParams)

AML ファイル システムからのアーカイブ データを取り消します。

function cancelArchive(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsCancelArchiveOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

options
AmlFilesystemsCancelArchiveOptionalParams

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

戻り値

Promise<void>

get(string, string, AmlFilesystemsGetOptionalParams)

AML ファイル システムを返します。

function get(resourceGroupName: string, amlFilesystemName: string, options?: AmlFilesystemsGetOptionalParams): Promise<AmlFilesystem>

パラメーター

resourceGroupName

string

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

amlFilesystemName

string

AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。

options
AmlFilesystemsGetOptionalParams

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

戻り値

Promise<AmlFilesystem>

list(AmlFilesystemsListOptionalParams)

ユーザーがサブスクリプションの下でアクセスできるすべての AML ファイル システムを返します。

function list(options?: AmlFilesystemsListOptionalParams): PagedAsyncIterableIterator<AmlFilesystem, AmlFilesystem[], PageSettings>

パラメーター

options
AmlFilesystemsListOptionalParams

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

戻り値

listByResourceGroup(string, AmlFilesystemsListByResourceGroupOptionalParams)

ユーザーがリソース グループの下でアクセスできるすべての AML ファイル システムを返します。

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

パラメーター

resourceGroupName

string

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

options
AmlFilesystemsListByResourceGroupOptionalParams

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

戻り値