NetworkBootstrapInterfacesOperations interface

Schnittstelle, die eine NetworkBootstrapInterfaces-Operation darstellt.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAdministrativeState
beginUpdateAdministrativeStateAndWait
beginUpdateAndWait
create

Erstellen Sie eine Network Bootstrap Interface-Ressource.

delete

Löschen Sie die Network Bootstrap Interface-Ressource.

get

Rufen Sie die Ressourcendetails der Netzwerk bootstrap-Schnittstelle ab.

listByNetworkBootstrapDevice

Listet alle Netzwerk bootstrap-Schnittstellenressourcen in einer bestimmten Ressourcengruppe auf.

update

Aktualisieren Sie bestimmte Eigenschaften der Network Bootstrap Interface-Ressource.

updateAdministrativeState

Aktualisieren Sie den Administratorstatus der Netzwerkschnittstelle.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

beginCreate: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<NetworkBootstrapInterface>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<NetworkBootstrapInterface>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdate: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>

beginUpdateAdministrativeState

Warnung

Diese API ist nun veraltet.

use updateAdministrativeState instead

beginUpdateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginUpdateAdministrativeStateAndWait

Warnung

Diese API ist nun veraltet.

use updateAdministrativeState instead

beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<NetworkBootstrapInterface>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<NetworkBootstrapInterface>

create

Erstellen Sie eine Network Bootstrap Interface-Ressource.

create: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>

delete

Löschen Sie die Network Bootstrap Interface-Ressource.

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

Eigenschaftswert

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

get

Rufen Sie die Ressourcendetails der Netzwerk bootstrap-Schnittstelle ab.

get: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesGetOptionalParams) => Promise<NetworkBootstrapInterface>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesGetOptionalParams) => Promise<NetworkBootstrapInterface>

listByNetworkBootstrapDevice

Listet alle Netzwerk bootstrap-Schnittstellenressourcen in einer bestimmten Ressourcengruppe auf.

listByNetworkBootstrapDevice: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapInterfacesListByNetworkBootstrapDeviceOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapInterface, NetworkBootstrapInterface[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapInterfacesListByNetworkBootstrapDeviceOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapInterface, NetworkBootstrapInterface[], PageSettings>

update

Aktualisieren Sie bestimmte Eigenschaften der Network Bootstrap Interface-Ressource.

update: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>

updateAdministrativeState

Aktualisieren Sie den Administratorstatus der Netzwerkschnittstelle.

updateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Eigenschaftswert

(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>