次の方法で共有


Devices interface

デバイスを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, DataBoxEdgeDevice, DevicesCreateOrUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを作成または更新します。

beginCreateOrUpdateAndWait(string, string, DataBoxEdgeDevice, DevicesCreateOrUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを作成または更新します。

beginCreateOrUpdateSecuritySettings(string, string, SecuritySettings, DevicesCreateOrUpdateSecuritySettingsOptionalParams)

Data Box Edge/Data Box Gateway デバイスのセキュリティ設定を更新します。

beginCreateOrUpdateSecuritySettingsAndWait(string, string, SecuritySettings, DevicesCreateOrUpdateSecuritySettingsOptionalParams)

Data Box Edge/Data Box Gateway デバイスのセキュリティ設定を更新します。

beginDelete(string, string, DevicesDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスを削除します。

beginDeleteAndWait(string, string, DevicesDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスを削除します。

beginDownloadUpdates(string, string, DevicesDownloadUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスで更新プログラムをダウンロードします。

beginDownloadUpdatesAndWait(string, string, DevicesDownloadUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスで更新プログラムをダウンロードします。

beginInstallUpdates(string, string, DevicesInstallUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスに更新プログラムをインストールします。

beginInstallUpdatesAndWait(string, string, DevicesInstallUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスに更新プログラムをインストールします。

beginScanForUpdates(string, string, DevicesScanForUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスの更新プログラムをスキャンします。

beginScanForUpdatesAndWait(string, string, DevicesScanForUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスの更新プログラムをスキャンします。

get(string, string, DevicesGetOptionalParams)

Data Box Edge/Data Box Gateway デバイスのプロパティを取得します。

getExtendedInformation(string, string, DevicesGetExtendedInformationOptionalParams)

指定した Data Box Edge/Data Box Gateway デバイスの追加情報を取得します。

getNetworkSettings(string, string, DevicesGetNetworkSettingsOptionalParams)

指定した Data Box Edge/Data Box Gateway デバイスのネットワーク設定を取得します。

getUpdateSummary(string, string, DevicesGetUpdateSummaryOptionalParams)

デバイスの最後のスキャンに基づく更新プログラムの可用性に関する情報を取得します。 また、デバイスで進行中のダウンロードまたはインストール ジョブに関する情報も取得します。

listByResourceGroup(string, DevicesListByResourceGroupOptionalParams)

リソース グループ内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

listBySubscription(DevicesListBySubscriptionOptionalParams)

サブスクリプション内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

update(string, string, DataBoxEdgeDevicePatch, DevicesUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを変更します。

uploadCertificate(string, string, UploadCertificateRequest, DevicesUploadCertificateOptionalParams)

デバイスの登録証明書をアップロードします。

メソッドの詳細

beginCreateOrUpdate(string, string, DataBoxEdgeDevice, DevicesCreateOrUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを作成または更新します。

function beginCreateOrUpdate(deviceName: string, resourceGroupName: string, dataBoxEdgeDevice: DataBoxEdgeDevice, options?: DevicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataBoxEdgeDevice>, DataBoxEdgeDevice>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

dataBoxEdgeDevice
DataBoxEdgeDevice

リソース オブジェクト。

options
DevicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<DataBoxEdgeDevice>, DataBoxEdgeDevice>>

beginCreateOrUpdateAndWait(string, string, DataBoxEdgeDevice, DevicesCreateOrUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを作成または更新します。

function beginCreateOrUpdateAndWait(deviceName: string, resourceGroupName: string, dataBoxEdgeDevice: DataBoxEdgeDevice, options?: DevicesCreateOrUpdateOptionalParams): Promise<DataBoxEdgeDevice>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

dataBoxEdgeDevice
DataBoxEdgeDevice

リソース オブジェクト。

options
DevicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginCreateOrUpdateSecuritySettings(string, string, SecuritySettings, DevicesCreateOrUpdateSecuritySettingsOptionalParams)

Data Box Edge/Data Box Gateway デバイスのセキュリティ設定を更新します。

function beginCreateOrUpdateSecuritySettings(deviceName: string, resourceGroupName: string, securitySettings: SecuritySettings, options?: DevicesCreateOrUpdateSecuritySettingsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

securitySettings
SecuritySettings

セキュリティ設定。

options
DevicesCreateOrUpdateSecuritySettingsOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginCreateOrUpdateSecuritySettingsAndWait(string, string, SecuritySettings, DevicesCreateOrUpdateSecuritySettingsOptionalParams)

Data Box Edge/Data Box Gateway デバイスのセキュリティ設定を更新します。

function beginCreateOrUpdateSecuritySettingsAndWait(deviceName: string, resourceGroupName: string, securitySettings: SecuritySettings, options?: DevicesCreateOrUpdateSecuritySettingsOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

securitySettings
SecuritySettings

セキュリティ設定。

options
DevicesCreateOrUpdateSecuritySettingsOptionalParams

options パラメーター。

戻り値

Promise<void>

beginDelete(string, string, DevicesDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスを削除します。

function beginDelete(deviceName: string, resourceGroupName: string, options?: DevicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, DevicesDeleteOptionalParams)

Data Box Edge/Data Box Gateway デバイスを削除します。

function beginDeleteAndWait(deviceName: string, resourceGroupName: string, options?: DevicesDeleteOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginDownloadUpdates(string, string, DevicesDownloadUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスで更新プログラムをダウンロードします。

function beginDownloadUpdates(deviceName: string, resourceGroupName: string, options?: DevicesDownloadUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesDownloadUpdatesOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDownloadUpdatesAndWait(string, string, DevicesDownloadUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスで更新プログラムをダウンロードします。

function beginDownloadUpdatesAndWait(deviceName: string, resourceGroupName: string, options?: DevicesDownloadUpdatesOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesDownloadUpdatesOptionalParams

options パラメーター。

戻り値

Promise<void>

beginInstallUpdates(string, string, DevicesInstallUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスに更新プログラムをインストールします。

function beginInstallUpdates(deviceName: string, resourceGroupName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesInstallUpdatesOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginInstallUpdatesAndWait(string, string, DevicesInstallUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスに更新プログラムをインストールします。

function beginInstallUpdatesAndWait(deviceName: string, resourceGroupName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesInstallUpdatesOptionalParams

options パラメーター。

戻り値

Promise<void>

beginScanForUpdates(string, string, DevicesScanForUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスの更新プログラムをスキャンします。

function beginScanForUpdates(deviceName: string, resourceGroupName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesScanForUpdatesOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginScanForUpdatesAndWait(string, string, DevicesScanForUpdatesOptionalParams)

Data Box Edge/Data Box Gateway デバイスの更新プログラムをスキャンします。

function beginScanForUpdatesAndWait(deviceName: string, resourceGroupName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesScanForUpdatesOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, DevicesGetOptionalParams)

Data Box Edge/Data Box Gateway デバイスのプロパティを取得します。

function get(deviceName: string, resourceGroupName: string, options?: DevicesGetOptionalParams): Promise<DataBoxEdgeDevice>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesGetOptionalParams

options パラメーター。

戻り値

getExtendedInformation(string, string, DevicesGetExtendedInformationOptionalParams)

指定した Data Box Edge/Data Box Gateway デバイスの追加情報を取得します。

function getExtendedInformation(deviceName: string, resourceGroupName: string, options?: DevicesGetExtendedInformationOptionalParams): Promise<DataBoxEdgeDeviceExtendedInfo>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesGetExtendedInformationOptionalParams

options パラメーター。

戻り値

getNetworkSettings(string, string, DevicesGetNetworkSettingsOptionalParams)

指定した Data Box Edge/Data Box Gateway デバイスのネットワーク設定を取得します。

function getNetworkSettings(deviceName: string, resourceGroupName: string, options?: DevicesGetNetworkSettingsOptionalParams): Promise<NetworkSettings>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesGetNetworkSettingsOptionalParams

options パラメーター。

戻り値

Promise<NetworkSettings>

getUpdateSummary(string, string, DevicesGetUpdateSummaryOptionalParams)

デバイスの最後のスキャンに基づく更新プログラムの可用性に関する情報を取得します。 また、デバイスで進行中のダウンロードまたはインストール ジョブに関する情報も取得します。

function getUpdateSummary(deviceName: string, resourceGroupName: string, options?: DevicesGetUpdateSummaryOptionalParams): Promise<UpdateSummary>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
DevicesGetUpdateSummaryOptionalParams

options パラメーター。

戻り値

Promise<UpdateSummary>

listByResourceGroup(string, DevicesListByResourceGroupOptionalParams)

リソース グループ内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

options
DevicesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(DevicesListBySubscriptionOptionalParams)

サブスクリプション内のすべての Data Box Edge/Data Box Gateway デバイスを取得します。

function listBySubscription(options?: DevicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DataBoxEdgeDevice, DataBoxEdgeDevice[], PageSettings>

パラメーター

options
DevicesListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, DataBoxEdgeDevicePatch, DevicesUpdateOptionalParams)

Data Box Edge/Data Box Gateway リソースを変更します。

function update(deviceName: string, resourceGroupName: string, parameters: DataBoxEdgeDevicePatch, options?: DevicesUpdateOptionalParams): Promise<DataBoxEdgeDevice>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

parameters
DataBoxEdgeDevicePatch

リソース パラメーター。

options
DevicesUpdateOptionalParams

options パラメーター。

戻り値

uploadCertificate(string, string, UploadCertificateRequest, DevicesUploadCertificateOptionalParams)

デバイスの登録証明書をアップロードします。

function uploadCertificate(deviceName: string, resourceGroupName: string, parameters: UploadCertificateRequest, options?: DevicesUploadCertificateOptionalParams): Promise<UploadCertificateResponse>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

parameters
UploadCertificateRequest

証明書のアップロード要求。

options
DevicesUploadCertificateOptionalParams

options パラメーター。

戻り値