Devices interface
디바이스를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
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
리소스 개체입니다.
옵션 매개 변수입니다.
반환
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
리소스 개체입니다.
옵션 매개 변수입니다.
반환
Promise<DataBoxEdgeDevice>
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
보안 설정입니다.
옵션 매개 변수입니다.
반환
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
보안 설정입니다.
옵션 매개 변수입니다.
반환
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
옵션 매개 변수입니다.
반환
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
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
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
옵션 매개 변수입니다.
반환
Promise<DataBoxEdgeDevice>
getExtendedInformation(string, string, DevicesGetExtendedInformationOptionalParams)
지정된 Data Box Edge/Data Box Gateway 디바이스에 대한 추가 정보를 가져옵니다.
function getExtendedInformation(deviceName: string, resourceGroupName: string, options?: DevicesGetExtendedInformationOptionalParams): Promise<DataBoxEdgeDeviceExtendedInfo>
매개 변수
- deviceName
-
string
디바이스 이름.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
Promise<DataBoxEdgeDeviceExtendedInfo>
getNetworkSettings(string, string, DevicesGetNetworkSettingsOptionalParams)
지정된 Data Box Edge/Data Box Gateway 디바이스의 네트워크 설정을 가져옵니다.
function getNetworkSettings(deviceName: string, resourceGroupName: string, options?: DevicesGetNetworkSettingsOptionalParams): Promise<NetworkSettings>
매개 변수
- deviceName
-
string
디바이스 이름.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
Promise<NetworkSettings>
getUpdateSummary(string, string, DevicesGetUpdateSummaryOptionalParams)
디바이스의 마지막 검색을 기반으로 업데이트의 가용성에 대한 정보를 가져옵니다. 또한 디바이스에서 진행 중인 다운로드 또는 설치 작업에 대한 정보를 가져옵니다.
function getUpdateSummary(deviceName: string, resourceGroupName: string, options?: DevicesGetUpdateSummaryOptionalParams): Promise<UpdateSummary>
매개 변수
- deviceName
-
string
디바이스 이름.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
Promise<UpdateSummary>
listByResourceGroup(string, DevicesListByResourceGroupOptionalParams)
리소스 그룹의 모든 Data Box Edge/Data Box Gateway 디바이스를 가져옵니다.
function listByResourceGroup(resourceGroupName: string, options?: DevicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataBoxEdgeDevice, DataBoxEdgeDevice[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
옵션 매개 변수입니다.
반환
listBySubscription(DevicesListBySubscriptionOptionalParams)
구독의 모든 Data Box Edge/Data Box Gateway 디바이스를 가져옵니다.
function listBySubscription(options?: DevicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DataBoxEdgeDevice, DataBoxEdgeDevice[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
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
옵션 매개 변수입니다.
반환
Promise<DataBoxEdgeDevice>
uploadCertificate(string, string, UploadCertificateRequest, DevicesUploadCertificateOptionalParams)
디바이스에 대한 등록 인증서를 업로드합니다.
function uploadCertificate(deviceName: string, resourceGroupName: string, parameters: UploadCertificateRequest, options?: DevicesUploadCertificateOptionalParams): Promise<UploadCertificateResponse>
매개 변수
- deviceName
-
string
디바이스 이름.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- parameters
- UploadCertificateRequest
인증서 업로드 요청입니다.
옵션 매개 변수입니다.
반환
Promise<UploadCertificateResponse>