共用方式為


DevicesOperationsExtensions Class

Definition

Extension methods for DevicesOperations.

public static class DevicesOperationsExtensions
type DevicesOperationsExtensions = class
Public Module DevicesOperationsExtensions
Inheritance
DevicesOperationsExtensions

Methods

BeginCreateOrUpdateSecuritySettings(IDevicesOperations, String, SecuritySettings, String)

Updates the security settings on a Data Box Edge/Data Box Gateway device.

BeginCreateOrUpdateSecuritySettingsAsync(IDevicesOperations, String, SecuritySettings, String, CancellationToken)

Updates the security settings on a Data Box Edge/Data Box Gateway device.

BeginDelete(IDevicesOperations, String, String)

Deletes the Data Box Edge/Data Box Gateway device.

BeginDeleteAsync(IDevicesOperations, String, String, CancellationToken)

Deletes the Data Box Edge/Data Box Gateway device.

BeginDownloadUpdates(IDevicesOperations, String, String)

Downloads the updates on a Data Box Edge/Data Box Gateway device.

BeginDownloadUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Downloads the updates on a Data Box Edge/Data Box Gateway device.

BeginInstallUpdates(IDevicesOperations, String, String)

Installs the updates on the Data Box Edge/Data Box Gateway device.

BeginInstallUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Installs the updates on the Data Box Edge/Data Box Gateway device.

BeginScanForUpdates(IDevicesOperations, String, String)

Scans for updates on a Data Box Edge/Data Box Gateway device.

BeginScanForUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Scans for updates on a Data Box Edge/Data Box Gateway device.

CreateOrUpdate(IDevicesOperations, String, DataBoxEdgeDevice, String)

Creates or updates a Data Box Edge/Data Box Gateway resource.

CreateOrUpdateAsync(IDevicesOperations, String, DataBoxEdgeDevice, String, CancellationToken)

Creates or updates a Data Box Edge/Data Box Gateway resource.

CreateOrUpdateSecuritySettings(IDevicesOperations, String, SecuritySettings, String)

Updates the security settings on a Data Box Edge/Data Box Gateway device.

CreateOrUpdateSecuritySettingsAsync(IDevicesOperations, String, SecuritySettings, String, CancellationToken)

Updates the security settings on a Data Box Edge/Data Box Gateway device.

Delete(IDevicesOperations, String, String)

Deletes the Data Box Edge/Data Box Gateway device.

DeleteAsync(IDevicesOperations, String, String, CancellationToken)

Deletes the Data Box Edge/Data Box Gateway device.

DownloadUpdates(IDevicesOperations, String, String)

Downloads the updates on a Data Box Edge/Data Box Gateway device.

DownloadUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Downloads the updates on a Data Box Edge/Data Box Gateway device.

GenerateCertificate(IDevicesOperations, String, String)

Generates certificate for activation key.

GenerateCertificateAsync(IDevicesOperations, String, String, CancellationToken)

Generates certificate for activation key.

Get(IDevicesOperations, String, String)

Gets the properties of the Data Box Edge/Data Box Gateway device.

GetAsync(IDevicesOperations, String, String, CancellationToken)

Gets the properties of the Data Box Edge/Data Box Gateway device.

GetExtendedInformation(IDevicesOperations, String, String)

Gets additional information for the specified Azure Stack Edge/Data Box Gateway device.

GetExtendedInformationAsync(IDevicesOperations, String, String, CancellationToken)

Gets additional information for the specified Azure Stack Edge/Data Box Gateway device.

GetNetworkSettings(IDevicesOperations, String, String)

Gets the network settings of the specified Data Box Edge/Data Box Gateway device.

GetNetworkSettingsAsync(IDevicesOperations, String, String, CancellationToken)

Gets the network settings of the specified Data Box Edge/Data Box Gateway device.

GetUpdateSummary(IDevicesOperations, String, String)

Gets information about the availability of updates based on the last scan of the device. It also gets information about any ongoing download or install jobs on the device.

GetUpdateSummaryAsync(IDevicesOperations, String, String, CancellationToken)

Gets information about the availability of updates based on the last scan of the device. It also gets information about any ongoing download or install jobs on the device.

InstallUpdates(IDevicesOperations, String, String)

Installs the updates on the Data Box Edge/Data Box Gateway device.

InstallUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Installs the updates on the Data Box Edge/Data Box Gateway device.

ListByResourceGroup(IDevicesOperations, String, String)

Gets all the Data Box Edge/Data Box Gateway devices in a resource group.

ListByResourceGroupAsync(IDevicesOperations, String, String, CancellationToken)

Gets all the Data Box Edge/Data Box Gateway devices in a resource group.

ListByResourceGroupNext(IDevicesOperations, String)

Gets all the Data Box Edge/Data Box Gateway devices in a resource group.

ListByResourceGroupNextAsync(IDevicesOperations, String, CancellationToken)

Gets all the Data Box Edge/Data Box Gateway devices in a resource group.

ListBySubscription(IDevicesOperations, String)

Gets all the Data Box Edge/Data Box Gateway devices in a subscription.

ListBySubscriptionAsync(IDevicesOperations, String, CancellationToken)

Gets all the Data Box Edge/Data Box Gateway devices in a subscription.

ListBySubscriptionNext(IDevicesOperations, String)

Gets all the Data Box Edge/Data Box Gateway devices in a subscription.

ListBySubscriptionNextAsync(IDevicesOperations, String, CancellationToken)

Gets all the Data Box Edge/Data Box Gateway devices in a subscription.

ScanForUpdates(IDevicesOperations, String, String)

Scans for updates on a Data Box Edge/Data Box Gateway device.

ScanForUpdatesAsync(IDevicesOperations, String, String, CancellationToken)

Scans for updates on a Data Box Edge/Data Box Gateway device.

Update(IDevicesOperations, String, DataBoxEdgeDevicePatch, String)

Modifies a Data Box Edge/Data Box Gateway resource.

UpdateAsync(IDevicesOperations, String, DataBoxEdgeDevicePatch, String, CancellationToken)

Modifies a Data Box Edge/Data Box Gateway resource.

UpdateExtendedInformation(IDevicesOperations, String, DataBoxEdgeDeviceExtendedInfoPatch, String)

Gets additional information for the specified Data Box Edge/Data Box Gateway device.

UpdateExtendedInformationAsync(IDevicesOperations, String, DataBoxEdgeDeviceExtendedInfoPatch, String, CancellationToken)

Gets additional information for the specified Data Box Edge/Data Box Gateway device.

UploadCertificate(IDevicesOperations, String, UploadCertificateRequest, String)

Uploads registration certificate for the device.

UploadCertificateAsync(IDevicesOperations, String, UploadCertificateRequest, String, CancellationToken)

Uploads registration certificate for the device.

Applies to