NetworkRacksOperations interface

Schnittstelle stellt NetworkRacks-Operationen dar.

Eigenschaften

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Erstellen Sie eine Netzwerk-Rack-Ressource.

delete
get

Rufen Sie Netzwerkgestell-Ressourcendetails ab.

listByResourceGroup

Liste alle Network Rack-Ressourcen in der jeweiligen Ressourcengruppe auf.

listBySubscription

Listen Sie alle Network Rack-Ressourcen im angegebenen Abonnement auf

update

Aktualisieren Sie bestimmte Eigenschaften der Network Rack-Ressource.

Details zur Eigenschaft

beginCreate

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginCreateAndWait

Warnung

Diese API ist nun veraltet.

use create instead

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

Eigenschaftswert

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

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

create

Erstellen Sie eine Netzwerk-Rack-Ressource.

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

Eigenschaftswert

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

delete

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

Eigenschaftswert

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

get

Rufen Sie Netzwerkgestell-Ressourcendetails ab.

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

Eigenschaftswert

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

listByResourceGroup

Liste alle Network Rack-Ressourcen in der jeweiligen Ressourcengruppe auf.

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

Eigenschaftswert

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

listBySubscription

Listen Sie alle Network Rack-Ressourcen im angegebenen Abonnement auf

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

Eigenschaftswert

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

update

Aktualisieren Sie bestimmte Eigenschaften der Network Rack-Ressource.

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

Eigenschaftswert

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