NetworkBootstrapDevicesOperations interface

Schnittstelle, die die Operationen von NetworkBootstrapDevices darstellt.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginReboot
beginRebootAndWait
beginRefreshConfiguration
beginRefreshConfigurationAndWait
beginResyncPasswords
beginResyncPasswordsAndWait
beginUpdate
beginUpdateAdministrativeState
beginUpdateAdministrativeStateAndWait
beginUpdateAndWait
beginUpgrade
beginUpgradeAndWait
create

Erstellt eine Netzwerk-Bootstrap-Geräte-Ressource

delete

Löscht eine Netzwerk-Bootstrap-Gerätressource.

get

Erhält Informationen zu einer Netzwerk-Bootstrap-Gerät-Ressource.

listByResourceGroup

Listet alle Netzwerk-Bootstrap-Geräte-Ressourcen in einer bestimmten Ressourcengruppe auf.

listBySubscription

Listet alle Netzwerk-Bootstrap-Geräteressourcen in einem bestimmten Abonnement auf.

reboot

Neustarte das Netzwerk-Bootstrap-Gerät.

refreshConfiguration

Aktualisiert die Konfiguration des Network Bootstrap Device.

resyncPasswords

Aktualisiert das Netzwerk-Bootstrap-Gerät, um die neuesten Passwörter zu verwenden. Generiert keine neuen Kennwörter. Ermöglicht es, Netzwerk-Bootstrap-Geräte, die bei einer vorherigen Passwortrotation übersehen wurden, wieder synchronisiert zu werden.

update

Aktualisieren Sie bestimmte Eigenschaften der Network Bootstrap Device Ressource.

updateAdministrativeState

Aktualisiert den administrativen Status des Netzwerk-Bootstrap-Geräts.

upgrade

Aktualisiert die Version des Network Bootstrap Device.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

beginCreate: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>>

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => Promise<NetworkBootstrapDevice>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => Promise<NetworkBootstrapDevice>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

beginDelete: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => Promise<void>

beginReboot

Warnung

Diese API ist nun veraltet.

use reboot instead

beginReboot: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceRebootResponse>, NetworkBootstrapDeviceRebootResponse>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceRebootResponse>, NetworkBootstrapDeviceRebootResponse>>

beginRebootAndWait

Warnung

Diese API ist nun veraltet.

use reboot instead

beginRebootAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => Promise<NetworkBootstrapDeviceRebootResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => Promise<NetworkBootstrapDeviceRebootResponse>

beginRefreshConfiguration

Warnung

Diese API ist nun veraltet.

use refreshConfiguration instead

beginRefreshConfiguration: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceRefreshConfigurationResponse>, NetworkBootstrapDeviceRefreshConfigurationResponse>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceRefreshConfigurationResponse>, NetworkBootstrapDeviceRefreshConfigurationResponse>>

beginRefreshConfigurationAndWait

Warnung

Diese API ist nun veraltet.

use refreshConfiguration instead

beginRefreshConfigurationAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => Promise<NetworkBootstrapDeviceRefreshConfigurationResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => Promise<NetworkBootstrapDeviceRefreshConfigurationResponse>

beginResyncPasswords

Warnung

Diese API ist nun veraltet.

use resyncPasswords instead

beginResyncPasswords: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceResyncPasswordsResponse>, NetworkBootstrapDeviceResyncPasswordsResponse>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceResyncPasswordsResponse>, NetworkBootstrapDeviceResyncPasswordsResponse>>

beginResyncPasswordsAndWait

Warnung

Diese API ist nun veraltet.

use resyncPasswords instead

beginResyncPasswordsAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => Promise<NetworkBootstrapDeviceResyncPasswordsResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => Promise<NetworkBootstrapDeviceResyncPasswordsResponse>

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdate: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>>

beginUpdateAdministrativeState

Warnung

Diese API ist nun veraltet.

use updateAdministrativeState instead

beginUpdateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>, NetworkBootstrapDeviceUpdateAdministrativeStateResponse>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>, NetworkBootstrapDeviceUpdateAdministrativeStateResponse>>

beginUpdateAdministrativeStateAndWait

Warnung

Diese API ist nun veraltet.

use updateAdministrativeState instead

beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => Promise<NetworkBootstrapDevice>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => Promise<NetworkBootstrapDevice>

beginUpgrade

Warnung

Diese API ist nun veraltet.

use upgrade instead

beginUpgrade: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceUpgradeResponse>, NetworkBootstrapDeviceUpgradeResponse>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapDeviceUpgradeResponse>, NetworkBootstrapDeviceUpgradeResponse>>

beginUpgradeAndWait

Warnung

Diese API ist nun veraltet.

use upgrade instead

beginUpgradeAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => Promise<NetworkBootstrapDeviceUpgradeResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => Promise<NetworkBootstrapDeviceUpgradeResponse>

create

Erstellt eine Netzwerk-Bootstrap-Geräte-Ressource

create: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevice, options?: NetworkBootstrapDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>

delete

Löscht eine Netzwerk-Bootstrap-Gerätressource.

delete: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Erhält Informationen zu einer Netzwerk-Bootstrap-Gerät-Ressource.

get: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesGetOptionalParams) => Promise<NetworkBootstrapDevice>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesGetOptionalParams) => Promise<NetworkBootstrapDevice>

listByResourceGroup

Listet alle Netzwerk-Bootstrap-Geräte-Ressourcen in einer bestimmten Ressourcengruppe auf.

listByResourceGroup: (resourceGroupName: string, options?: NetworkBootstrapDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapDevice, NetworkBootstrapDevice[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, options?: NetworkBootstrapDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapDevice, NetworkBootstrapDevice[], PageSettings>

listBySubscription

Listet alle Netzwerk-Bootstrap-Geräteressourcen in einem bestimmten Abonnement auf.

listBySubscription: (options?: NetworkBootstrapDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapDevice, NetworkBootstrapDevice[], PageSettings>

Eigenschaftswert

(options?: NetworkBootstrapDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapDevice, NetworkBootstrapDevice[], PageSettings>

reboot

Neustarte das Netzwerk-Bootstrap-Gerät.

reboot: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceRebootResponse>, NetworkBootstrapDeviceRebootResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRebootOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceRebootResponse>, NetworkBootstrapDeviceRebootResponse>

refreshConfiguration

Aktualisiert die Konfiguration des Network Bootstrap Device.

refreshConfiguration: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceRefreshConfigurationResponse>, NetworkBootstrapDeviceRefreshConfigurationResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceRefreshConfigurationResponse>, NetworkBootstrapDeviceRefreshConfigurationResponse>

resyncPasswords

Aktualisiert das Netzwerk-Bootstrap-Gerät, um die neuesten Passwörter zu verwenden. Generiert keine neuen Kennwörter. Ermöglicht es, Netzwerk-Bootstrap-Geräte, die bei einer vorherigen Passwortrotation übersehen wurden, wieder synchronisiert zu werden.

resyncPasswords: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceResyncPasswordsResponse>, NetworkBootstrapDeviceResyncPasswordsResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceResyncPasswordsResponse>, NetworkBootstrapDeviceResyncPasswordsResponse>

update

Aktualisieren Sie bestimmte Eigenschaften der Network Bootstrap Device Ressource.

update: (resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: NetworkBootstrapDevicePatch, options?: NetworkBootstrapDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDevice>, NetworkBootstrapDevice>

updateAdministrativeState

Aktualisiert den administrativen Status des Netzwerk-Bootstrap-Geräts.

updateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>, NetworkBootstrapDeviceUpdateAdministrativeStateResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkBootstrapDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceUpdateAdministrativeStateResponse>, NetworkBootstrapDeviceUpdateAdministrativeStateResponse>

upgrade

Aktualisiert die Version des Network Bootstrap Device.

upgrade: (resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceUpgradeResponse>, NetworkBootstrapDeviceUpgradeResponse>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, body: UpdateVersion, options?: NetworkBootstrapDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkBootstrapDeviceUpgradeResponse>, NetworkBootstrapDeviceUpgradeResponse>