NetworkDevicesOperations interface
NetworkDevicesの操作を表すインターフェース。
プロパティ
プロパティの詳細
beginCreate
警告
この API は非推奨になりました。
use create instead
beginCreate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginCreateAndWait
警告
この API は非推奨になりました。
use create instead
beginCreateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => Promise<NetworkDevice>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => Promise<void>
beginReboot
警告
この API は非推奨になりました。
use reboot instead
beginReboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginRebootAndWait
警告
この API は非推奨になりました。
use reboot instead
beginRebootAndWait: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => Promise<OperationStatusResult>
beginRefreshConfiguration
警告
この API は非推奨になりました。
use refreshConfiguration instead
beginRefreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>>
beginRefreshConfigurationAndWait
警告
この API は非推奨になりました。
use refreshConfiguration instead
beginRefreshConfigurationAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => Promise<NetworkDeviceRefreshConfigurationResponse>
beginResyncCertificates
警告
この API は非推奨になりました。
use resyncCertificates instead
beginResyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>>
beginResyncCertificatesAndWait
警告
この API は非推奨になりました。
use resyncCertificates instead
beginResyncCertificatesAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => Promise<NetworkFabricResyncCertificatesResponse>
beginResyncPasswords
警告
この API は非推奨になりました。
use resyncPasswords instead
beginResyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>>
beginResyncPasswordsAndWait
警告
この API は非推奨になりました。
use resyncPasswords instead
beginResyncPasswordsAndWait: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => Promise<NetworkDeviceResyncPasswordsResponse>
beginRunRoCommand
警告
この API は非推奨になりました。
use runRoCommand instead
beginRunRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>>
beginRunRoCommandAndWait
警告
この API は非推奨になりました。
use runRoCommand instead
beginRunRoCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => Promise<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
beginRunRwCommand
警告
この API は非推奨になりました。
use runRwCommand instead
beginRunRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>>
beginRunRwCommandAndWait
警告
この API は非推奨になりました。
use runRwCommand instead
beginRunRwCommandAndWait: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => Promise<NetworkDeviceRunRwCommandResponse>
beginUpdate
警告
この API は非推奨になりました。
use update instead
beginUpdate: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginUpdateAdministrativeState
警告
この API は非推奨になりました。
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>>
beginUpdateAdministrativeStateAndWait
警告
この API は非推奨になりました。
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => Promise<NetworkDeviceUpdateAdministrativeStateResponse>
beginUpdateAndWait
警告
この API は非推奨になりました。
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => Promise<NetworkDevice>
beginUpgrade
警告
この API は非推奨になりました。
use upgrade instead
beginUpgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>>
beginUpgradeAndWait
警告
この API は非推奨になりました。
use upgrade instead
beginUpgradeAndWait: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => Promise<NetworkDeviceUpgradeResponse>
create
ネットワークデバイスリソースの作成
create: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
delete
ネットワークデバイスリソースを削除してください。
delete: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
ネットワーク デバイス リソースの詳細を取得します。
get: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams) => Promise<NetworkDevice>
listByResourceGroup
特定のリソースグループ内のすべてのネットワークデバイスリソースをリストアップします。
listByResourceGroup: (resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
listBySubscription
特定のサブスクリプションですべてのネットワークデバイスリソースをリストアップします。
listBySubscription: (options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
プロパティ値
(options?: NetworkDevicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
reboot
ネットワーク デバイスを再起動します。
reboot: (resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
refreshConfiguration
ネットワーク デバイスの構成を更新します。
refreshConfiguration: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams) => PollerLike<OperationState<NetworkDeviceRefreshConfigurationResponse>, NetworkDeviceRefreshConfigurationResponse>
resyncCertificates
最新の証明書を使用するようにネットワーク デバイスを更新します。 新しい証明書は生成されません。 以前の証明書ローテーション中に見逃したネットワーク デバイスを同期に戻すことができます。
resyncCertificates: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncCertificatesOptionalParams) => PollerLike<OperationState<NetworkFabricResyncCertificatesResponse>, NetworkFabricResyncCertificatesResponse>
resyncPasswords
最新のパスワードを使用するようにネットワーク デバイスを更新します。 新しいパスワードは生成されません。 以前のパスワードローテーション中に見逃したネットワーク デバイスを同期に戻すことができます。
resyncPasswords: (resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesResyncPasswordsOptionalParams) => PollerLike<OperationState<NetworkDeviceResyncPasswordsResponse>, NetworkDeviceResyncPasswordsResponse>
runRoCommand
ネットワーク デバイスで RO コマンドを実行します。
runRoCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRoCommand, options?: NetworkDevicesRunRoCommandOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceROCommandsOperationStatusResult>, CommonPostActionResponseForDeviceROCommandsOperationStatusResult>
runRwCommand
ネットワーク デバイスで RW コマンドを実行します。
runRwCommand: (resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: DeviceRwCommand, options?: NetworkDevicesRunRwCommandOptionalParams) => PollerLike<OperationState<NetworkDeviceRunRwCommandResponse>, NetworkDeviceRunRwCommandResponse>
update
ネットワーク デバイス リソースの特定のプロパティを更新します。
update: (resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams) => PollerLike<OperationState<NetworkDevice>, NetworkDevice>
updateAdministrativeState
ネットワーク デバイスの管理状態を更新します。
updateAdministrativeState: (resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<NetworkDeviceUpdateAdministrativeStateResponse>, NetworkDeviceUpdateAdministrativeStateResponse>
upgrade
ネットワーク デバイスのバージョンをアップグレードします。
upgrade: (resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>
プロパティ値
(resourceGroupName: string, networkDeviceName: string, body: NetworkDeviceUpgradeRequest, options?: NetworkDevicesUpgradeOptionalParams) => PollerLike<OperationState<NetworkDeviceUpgradeResponse>, NetworkDeviceUpgradeResponse>