NetworkRacksOperations interface

Interface representing a NetworkRacks operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Create Network Rack resource.

delete

Delete Network Rack resource.

get

Get Network Rack resource details.

listByResourceGroup

List all Network Rack resources in the given resource group.

listBySubscription

List all Network Rack resources in the given subscription

update

Update certain properties of the Network Rack resource.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkRack>, NetworkRack>>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkRack>, NetworkRack>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => Promise<NetworkRack>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => Promise<NetworkRack>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkRack>, NetworkRack>>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkRack>, NetworkRack>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => Promise<NetworkRack>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => Promise<NetworkRack>

create

Create Network Rack resource.

create: (resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => PollerLike<OperationState<NetworkRack>, NetworkRack>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRack, options?: NetworkRacksCreateOptionalParams) => PollerLike<OperationState<NetworkRack>, NetworkRack>

delete

Delete Network Rack resource.

delete: (resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, networkRackName: string, options?: NetworkRacksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get Network Rack resource details.

get: (resourceGroupName: string, networkRackName: string, options?: NetworkRacksGetOptionalParams) => Promise<NetworkRack>

Property Value

(resourceGroupName: string, networkRackName: string, options?: NetworkRacksGetOptionalParams) => Promise<NetworkRack>

listByResourceGroup

List all Network Rack resources in the given resource group.

listByResourceGroup: (resourceGroupName: string, options?: NetworkRacksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkRack, NetworkRack[], PageSettings>

Property Value

(resourceGroupName: string, options?: NetworkRacksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkRack, NetworkRack[], PageSettings>

listBySubscription

List all Network Rack resources in the given subscription

listBySubscription: (options?: NetworkRacksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkRack, NetworkRack[], PageSettings>

Property Value

(options?: NetworkRacksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkRack, NetworkRack[], PageSettings>

update

Update certain properties of the Network Rack resource.

update: (resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => PollerLike<OperationState<NetworkRack>, NetworkRack>

Property Value

(resourceGroupName: string, networkRackName: string, body: NetworkRackPatch, options?: NetworkRacksUpdateOptionalParams) => PollerLike<OperationState<NetworkRack>, NetworkRack>