次の方法で共有


StorageAppliances interface

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

メソッド

beginCreateOrUpdate(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

新しいストレージ アプライアンスを作成するか、既存のストレージ アプライアンスのプロパティを更新します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

beginCreateOrUpdateAndWait(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

新しいストレージ アプライアンスを作成するか、既存のストレージ アプライアンスのプロパティを更新します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

beginDelete(string, string, StorageAppliancesDeleteOptionalParams)

指定されたストレージ アプライアンスを削除します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)

指定されたストレージ アプライアンスを削除します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を無効にします。

beginDisableRemoteVendorManagementAndWait(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を無効にします。

beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を有効にします。

beginEnableRemoteVendorManagementAndWait(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を有効にします。

beginRunReadCommands(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

提供されたストレージ・アプライアンスで1つ以上の読み取り専用コマンドを実行します。

beginRunReadCommandsAndWait(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

提供されたストレージ・アプライアンスで1つ以上の読み取り専用コマンドを実行します。

beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)

指定されたストレージ アプライアンスの更新プロパティ、またはストレージ アプライアンスのプロパティとタグの更新に関連付けられている更新タグは、個別に実行できます。

beginUpdateAndWait(string, string, StorageAppliancesUpdateOptionalParams)

指定されたストレージ アプライアンスの更新プロパティ、またはストレージ アプライアンスのプロパティとタグの更新に関連付けられている更新タグは、個別に実行できます。

get(string, string, StorageAppliancesGetOptionalParams)

指定されたストレージ アプライアンスのプロパティを取得します。

listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)

指定されたリソース グループ内のストレージ アプライアンスの一覧を取得します。

listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)

指定されたサブスクリプション内のストレージ アプライアンスの一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

新しいストレージ アプライアンスを作成するか、既存のストレージ アプライアンスのプロパティを更新します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

function beginCreateOrUpdate(resourceGroupName: string, storageApplianceName: string, storageApplianceParameters: StorageAppliance, options?: StorageAppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

storageApplianceParameters
StorageAppliance

要求本文。

options
StorageAppliancesCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

新しいストレージ アプライアンスを作成するか、既存のストレージ アプライアンスのプロパティを更新します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

function beginCreateOrUpdateAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceParameters: StorageAppliance, options?: StorageAppliancesCreateOrUpdateOptionalParams): Promise<StorageAppliance>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

storageApplianceParameters
StorageAppliance

要求本文。

options
StorageAppliancesCreateOrUpdateOptionalParams

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

戻り値

Promise<StorageAppliance>

beginDelete(string, string, StorageAppliancesDeleteOptionalParams)

指定されたストレージ アプライアンスを削除します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

function beginDelete(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)

指定されたストレージ アプライアンスを削除します。 このリソースのライフ サイクルがシステムによって管理されるため、お客様が開始したすべての要求は拒否されます。

function beginDeleteAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesDeleteOptionalParams

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

戻り値

beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を無効にします。

function beginDisableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDisableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesDisableRemoteVendorManagementOptionalParams

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

戻り値

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

beginDisableRemoteVendorManagementAndWait(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を無効にします。

function beginDisableRemoteVendorManagementAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDisableRemoteVendorManagementOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesDisableRemoteVendorManagementOptionalParams

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

戻り値

beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を有効にします。

function beginEnableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesEnableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesEnableRemoteVendorManagementOptionalParams

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

戻り値

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

beginEnableRemoteVendorManagementAndWait(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

指定されたストレージ アプライアンスのリモート ベンダー管理を有効にします。

function beginEnableRemoteVendorManagementAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesEnableRemoteVendorManagementOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesEnableRemoteVendorManagementOptionalParams

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

戻り値

beginRunReadCommands(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

提供されたストレージ・アプライアンスで1つ以上の読み取り専用コマンドを実行します。

function beginRunReadCommands(resourceGroupName: string, storageApplianceName: string, storageApplianceRunReadCommandsParameters: StorageApplianceRunReadCommandsParameters, options?: StorageAppliancesRunReadCommandsOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

storageApplianceRunReadCommandsParameters
StorageApplianceRunReadCommandsParameters

要求本文。

options
StorageAppliancesRunReadCommandsOptionalParams

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

戻り値

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

beginRunReadCommandsAndWait(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

提供されたストレージ・アプライアンスで1つ以上の読み取り専用コマンドを実行します。

function beginRunReadCommandsAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceRunReadCommandsParameters: StorageApplianceRunReadCommandsParameters, options?: StorageAppliancesRunReadCommandsOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

storageApplianceRunReadCommandsParameters
StorageApplianceRunReadCommandsParameters

要求本文。

options
StorageAppliancesRunReadCommandsOptionalParams

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

戻り値

beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)

指定されたストレージ アプライアンスの更新プロパティ、またはストレージ アプライアンスのプロパティとタグの更新に関連付けられている更新タグは、個別に実行できます。

function beginUpdate(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, StorageAppliancesUpdateOptionalParams)

指定されたストレージ アプライアンスの更新プロパティ、またはストレージ アプライアンスのプロパティとタグの更新に関連付けられている更新タグは、個別に実行できます。

function beginUpdateAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<StorageAppliance>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesUpdateOptionalParams

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

戻り値

Promise<StorageAppliance>

get(string, string, StorageAppliancesGetOptionalParams)

指定されたストレージ アプライアンスのプロパティを取得します。

function get(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesGetOptionalParams): Promise<StorageAppliance>

パラメーター

resourceGroupName

string

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

storageApplianceName

string

ストレージ アプライアンスの名前。

options
StorageAppliancesGetOptionalParams

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

戻り値

Promise<StorageAppliance>

listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)

指定されたリソース グループ内のストレージ アプライアンスの一覧を取得します。

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

パラメーター

resourceGroupName

string

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

options
StorageAppliancesListByResourceGroupOptionalParams

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

戻り値

listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)

指定されたサブスクリプション内のストレージ アプライアンスの一覧を取得します。

function listBySubscription(options?: StorageAppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageAppliance, StorageAppliance[], PageSettings>

パラメーター

options
StorageAppliancesListBySubscriptionOptionalParams

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

戻り値