NetworkBootstrapDevicesOperations interface

Interface representing a NetworkBootstrapDevices operations.

Properties

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

Creates a Network Bootstrap Device resource

delete

Deletes a Network Bootstrap Device resource.

get

Gets a Network Bootstrap Device resource details.

listByResourceGroup

Lists all the Network Bootstrap Device resources in a given resource group.

listBySubscription

List all the Network Bootstrap Device resources in a given subscription.

reboot

Reboot the Network Bootstrap Device.

refreshConfiguration

Refreshes the configuration of Network Bootstrap Device.

resyncPasswords

Updates the Network Bootstrap Device to use the latest passwords. Does not generate new passwords. Allows network bootstrap devices missed during a previous password rotation to be brought back into sync.

update

Update certain properties of the Network Bootstrap Device resource.

updateAdministrativeState

Updates the Administrative state of the Network Bootstrap Device.

upgrade

Upgrades the version of the Network Bootstrap Device.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

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

Property Value

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

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

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

Property Value

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

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginReboot

Warning

This API is now deprecated.

use reboot instead

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

Property Value

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

beginRebootAndWait

Warning

This API is now deprecated.

use reboot instead

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

Property Value

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

beginRefreshConfiguration

Warning

This API is now deprecated.

use refreshConfiguration instead

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

Property Value

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

beginRefreshConfigurationAndWait

Warning

This API is now deprecated.

use refreshConfiguration instead

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

Property Value

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

beginResyncPasswords

Warning

This API is now deprecated.

use resyncPasswords instead

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

Property Value

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

beginResyncPasswordsAndWait

Warning

This API is now deprecated.

use resyncPasswords instead

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

Property Value

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

beginUpdate

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpdateAdministrativeState

Warning

This API is now deprecated.

use updateAdministrativeState instead

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

Property Value

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

beginUpdateAdministrativeStateAndWait

Warning

This API is now deprecated.

use updateAdministrativeState instead

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

Property Value

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

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpgrade

Warning

This API is now deprecated.

use upgrade instead

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

Property Value

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

beginUpgradeAndWait

Warning

This API is now deprecated.

use upgrade instead

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

Property Value

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

create

Creates a Network Bootstrap Device resource

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

Property Value

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

delete

Deletes a Network Bootstrap Device resource.

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

Property Value

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

get

Gets a Network Bootstrap Device resource details.

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

Property Value

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

listByResourceGroup

Lists all the Network Bootstrap Device resources in a given resource group.

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

Property Value

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

listBySubscription

List all the Network Bootstrap Device resources in a given subscription.

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

Property Value

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

reboot

Reboot the Network Bootstrap Device.

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

Property Value

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

refreshConfiguration

Refreshes the configuration of Network Bootstrap Device.

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

Property Value

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

resyncPasswords

Updates the Network Bootstrap Device to use the latest passwords. Does not generate new passwords. Allows network bootstrap devices missed during a previous password rotation to be brought back into sync.

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

Property Value

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

update

Update certain properties of the Network Bootstrap Device resource.

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

Property Value

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

updateAdministrativeState

Updates the Administrative state of the Network Bootstrap Device.

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

Property Value

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

upgrade

Upgrades the version of the Network Bootstrap Device.

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

Property Value

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