NetworkDevicesOperations interface
Interfaccia che rappresenta le operazioni di un NetworkDevices.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crea una risorsa di Dispositivo di Rete |
| delete | Elimina la risorsa del Dispositivo di Rete. |
| get | Ottiene i dettagli della risorsa dispositivo di rete. |
| list |
Elenca tutte le risorse del Dispositivo di Rete in un dato gruppo di risorse. |
| list |
Elenca tutte le risorse del Dispositivo di Rete in un dato abbonamento. |
| reboot | Riavviare il dispositivo di rete. |
| refresh |
Aggiorna la configurazione del dispositivo di rete. |
| resync |
Aggiorna il dispositivo di rete per usare i certificati più recenti. Non genera nuovi certificati. Consente di ripristinare la sincronizzazione dei dispositivi di rete durante una rotazione precedente dei certificati. |
| resync |
Aggiorna il dispositivo di rete per usare le password più recenti. Non genera nuove password. Consente di ripristinare la sincronizzazione dei dispositivi di rete durante una precedente rotazione delle password. |
| run |
Eseguire il comando RO nel dispositivo di rete. |
| run |
Eseguire il comando RW nel dispositivo di rete. |
| update | Aggiornare determinate proprietà della risorsa Dispositivo di rete. |
| update |
Aggiorna lo stato amministrativo del dispositivo di rete. |
| upgrade | Aggiorna la versione del dispositivo di rete. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
beginReboot
Avviso
Questa API è ora deprecata.
use reboot instead
beginReboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginRebootAndWait
Avviso
Questa API è ora deprecata.
use reboot instead
beginRebootAndWait: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
beginRefreshConfiguration
Avviso
Questa API è ora deprecata.
use refreshConfiguration instead
beginRefreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
beginRefreshConfigurationAndWait
Avviso
Questa API è ora deprecata.
use refreshConfiguration instead
beginRefreshConfigurationAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
beginResyncCertificates
Avviso
Questa API è ora deprecata.
use resyncCertificates instead
beginResyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
beginResyncCertificatesAndWait
Avviso
Questa API è ora deprecata.
use resyncCertificates instead
beginResyncCertificatesAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
beginResyncPasswords
Avviso
Questa API è ora deprecata.
use resyncPasswords instead
beginResyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
beginResyncPasswordsAndWait
Avviso
Questa API è ora deprecata.
use resyncPasswords instead
beginResyncPasswordsAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
beginRunRoCommand
Avviso
Questa API è ora deprecata.
use runRoCommand instead
beginRunRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
beginRunRoCommandAndWait
Avviso
Questa API è ora deprecata.
use runRoCommand instead
beginRunRoCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
beginRunRwCommand
Avviso
Questa API è ora deprecata.
use runRwCommand instead
beginRunRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
beginRunRwCommandAndWait
Avviso
Questa API è ora deprecata.
use runRwCommand instead
beginRunRwCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginUpdateAdministrativeState
Avviso
Questa API è ora deprecata.
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
beginUpdateAdministrativeStateAndWait
Avviso
Questa API è ora deprecata.
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
beginUpgrade
Avviso
Questa API è ora deprecata.
use upgrade instead
beginUpgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
beginUpgradeAndWait
Avviso
Questa API è ora deprecata.
use upgrade instead
beginUpgradeAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
create
Crea una risorsa di Dispositivo di Rete
create: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
delete
Elimina la risorsa del Dispositivo di Rete.
delete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottiene i dettagli della risorsa dispositivo di rete.
get: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
listByResourceGroup
Elenca tutte le risorse del Dispositivo di Rete in un dato gruppo di risorse.
listByResourceGroup: (resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
listBySubscription
Elenca tutte le risorse del Dispositivo di Rete in un dato abbonamento.
listBySubscription: (options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
Valore della proprietà
(options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
reboot
Riavviare il dispositivo di rete.
reboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
refreshConfiguration
Aggiorna la configurazione del dispositivo di rete.
refreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
resyncCertificates
Aggiorna il dispositivo di rete per usare i certificati più recenti. Non genera nuovi certificati. Consente di ripristinare la sincronizzazione dei dispositivi di rete durante una rotazione precedente dei certificati.
resyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
resyncPasswords
Aggiorna il dispositivo di rete per usare le password più recenti. Non genera nuove password. Consente di ripristinare la sincronizzazione dei dispositivi di rete durante una precedente rotazione delle password.
resyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
runRoCommand
Eseguire il comando RO nel dispositivo di rete.
runRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
runRwCommand
Eseguire il comando RW nel dispositivo di rete.
runRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
update
Aggiornare determinate proprietà della risorsa Dispositivo di rete.
update: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
updateAdministrativeState
Aggiorna lo stato amministrativo del dispositivo di rete.
updateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
upgrade
Aggiorna la versione del dispositivo di rete.
upgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>
Valore della proprietà
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>