NetworkDevicesOperations interface
Interface representando operações de um NetworkDevices.
Propriedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Criar um recurso de Dispositivo de Rede |
| delete | Exclua o recurso Dispositivo de Rede. |
| get | Obtém os detalhes do recurso dispositivo de rede. |
| list |
Liste todos os recursos do Dispositivo de Rede em um determinado grupo de recursos. |
| list |
Liste todos os recursos do Dispositivo de Rede em uma determinada assinatura. |
| reboot | Reinicialize o dispositivo de rede. |
| refresh |
Atualiza a configuração do Dispositivo de Rede. |
| resync |
Atualiza o Dispositivo de Rede para usar os certificados mais recentes. Não gera novos certificados. Permite que dispositivos de rede perdidos durante uma rotação de certificado anterior sejam trazidos de volta à sincronização. |
| resync |
Atualiza o Dispositivo de Rede para usar as senhas mais recentes. Não gera novas senhas. Permite que dispositivos de rede perdidos durante uma rotação de senha anterior sejam trazidos de volta à sincronização. |
| run |
Execute o comando RO no dispositivo de rede. |
| run |
Execute o comando RW no dispositivo de rede. |
| update | Atualize determinadas propriedades do recurso dispositivo de rede. |
| update |
Atualiza o estado administrativo do dispositivo de rede. |
| upgrade | Atualiza a versão do Dispositivo de Rede. |
Detalhes da propriedade
beginCreate
Aviso
Essa API foi preterida.
use create instead
beginCreate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginCreateAndWait
Aviso
Essa API foi preterida.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
beginDelete
Aviso
Essa API foi preterida.
use delete instead
beginDelete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Aviso
Essa API foi preterida.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
beginReboot
Aviso
Essa API foi preterida.
use reboot instead
beginReboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginRebootAndWait
Aviso
Essa API foi preterida.
use reboot instead
beginRebootAndWait: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
beginRefreshConfiguration
Aviso
Essa API foi preterida.
use refreshConfiguration instead
beginRefreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
beginRefreshConfigurationAndWait
Aviso
Essa API foi preterida.
use refreshConfiguration instead
beginRefreshConfigurationAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
beginResyncCertificates
Aviso
Essa API foi preterida.
use resyncCertificates instead
beginResyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
beginResyncCertificatesAndWait
Aviso
Essa API foi preterida.
use resyncCertificates instead
beginResyncCertificatesAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
beginResyncPasswords
Aviso
Essa API foi preterida.
use resyncPasswords instead
beginResyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
beginResyncPasswordsAndWait
Aviso
Essa API foi preterida.
use resyncPasswords instead
beginResyncPasswordsAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
beginRunRoCommand
Aviso
Essa API foi preterida.
use runRoCommand instead
beginRunRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
beginRunRoCommandAndWait
Aviso
Essa API foi preterida.
use runRoCommand instead
beginRunRoCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
beginRunRwCommand
Aviso
Essa API foi preterida.
use runRwCommand instead
beginRunRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
beginRunRwCommandAndWait
Aviso
Essa API foi preterida.
use runRwCommand instead
beginRunRwCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
beginUpdate
Aviso
Essa API foi preterida.
use update instead
beginUpdate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginUpdateAdministrativeState
Aviso
Essa API foi preterida.
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
beginUpdateAdministrativeStateAndWait
Aviso
Essa API foi preterida.
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
beginUpdateAndWait
Aviso
Essa API foi preterida.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
beginUpgrade
Aviso
Essa API foi preterida.
use upgrade instead
beginUpgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
beginUpgradeAndWait
Aviso
Essa API foi preterida.
use upgrade instead
beginUpgradeAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
create
Criar um recurso de Dispositivo de Rede
create: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
delete
Exclua o recurso Dispositivo de Rede.
delete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtém os detalhes do recurso dispositivo de rede.
get: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
listByResourceGroup
Liste todos os recursos do Dispositivo de Rede em um determinado grupo de recursos.
listByResourceGroup: (resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
Valor da propriedade
(resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
listBySubscription
Liste todos os recursos do Dispositivo de Rede em uma determinada assinatura.
listBySubscription: (options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
Valor da propriedade
(options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
reboot
Reinicialize o dispositivo de rede.
reboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
refreshConfiguration
Atualiza a configuração do Dispositivo de Rede.
refreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
resyncCertificates
Atualiza o Dispositivo de Rede para usar os certificados mais recentes. Não gera novos certificados. Permite que dispositivos de rede perdidos durante uma rotação de certificado anterior sejam trazidos de volta à sincronização.
resyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
resyncPasswords
Atualiza o Dispositivo de Rede para usar as senhas mais recentes. Não gera novas senhas. Permite que dispositivos de rede perdidos durante uma rotação de senha anterior sejam trazidos de volta à sincronização.
resyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
runRoCommand
Execute o comando RO no dispositivo de rede.
runRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
runRwCommand
Execute o comando RW no dispositivo de rede.
runRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
update
Atualize determinadas propriedades do recurso dispositivo de rede.
update: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
updateAdministrativeState
Atualiza o estado administrativo do dispositivo de rede.
updateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
upgrade
Atualiza a versão do Dispositivo de Rede.
upgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>
Valor da propriedade
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>