NetworkBootstrapInterfacesOperations interface
Interface representing a NetworkBootstrapInterfaces operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Create a Network Bootstrap Interface resource. |
| delete | Delete the Network Bootstrap Interface resource. |
| get | Get the Network Bootstrap Interface resource details. |
| list |
List all the Network Bootstrap Interface resources in a given resource group. |
| update | Update certain properties of the Network Bootstrap Interface resource. |
| update |
Update the admin state of the Network Interface. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<NetworkBootstrapInterface>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => Promise<NetworkBootstrapInterface>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>>
beginUpdateAdministrativeState
Warning
This API is now deprecated.
use updateAdministrativeState instead
beginUpdateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait
Warning
This API is now deprecated.
use updateAdministrativeState instead
beginUpdateAdministrativeStateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<NetworkBootstrapInterface>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => Promise<NetworkBootstrapInterface>
create
Create a Network Bootstrap Interface resource.
create: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterface, options?: NetworkBootstrapInterfacesCreateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>
delete
Delete the Network Bootstrap Interface resource.
delete: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get the Network Bootstrap Interface resource details.
get: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesGetOptionalParams) => Promise<NetworkBootstrapInterface>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, options?: NetworkBootstrapInterfacesGetOptionalParams) => Promise<NetworkBootstrapInterface>
listByNetworkBootstrapDevice
List all the Network Bootstrap Interface resources in a given resource group.
listByNetworkBootstrapDevice: (resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapInterfacesListByNetworkBootstrapDeviceOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapInterface, NetworkBootstrapInterface[], PageSettings>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, options?: NetworkBootstrapInterfacesListByNetworkBootstrapDeviceOptionalParams) => PagedAsyncIterableIterator<NetworkBootstrapInterface, NetworkBootstrapInterface[], PageSettings>
update
Update certain properties of the Network Bootstrap Interface resource.
update: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: NetworkBootstrapInterfacePatch, options?: NetworkBootstrapInterfacesUpdateOptionalParams) => PollerLike<OperationState<NetworkBootstrapInterface>, NetworkBootstrapInterface>
updateAdministrativeState
Update the admin state of the Network Interface.
updateAdministrativeState: (resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkBootstrapDeviceName: string, networkBootstrapInterfaceName: string, body: UpdateAdministrativeState, options?: NetworkBootstrapInterfacesUpdateAdministrativeStateOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>