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)

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

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

Promise<StorageAppliance>

beginDelete(string, string, StorageAppliancesDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesDisableRemoteVendorManagementOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesEnableRemoteVendorManagementOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesUpdateOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

Promise<StorageAppliance>

get(string, string, StorageAppliancesGetOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

storageApplianceName

string

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

options
StorageAppliancesGetOptionalParams

options パラメーター。

戻り値

Promise<StorageAppliance>

listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

options
StorageAppliancesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)

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

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

パラメーター

options
StorageAppliancesListBySubscriptionOptionalParams

options パラメーター。

戻り値