InterconnectBlocksOperations interface
Schnittstelle stellt die Operationen von InterconnectBlocks dar.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Erstellt oder aktualisiert einen Interconnect-Block. Beim Aktualisieren eines Interconnect-Blocks können nur Tags und sku.capacity geändert werden. |
| delete | Löscht einen Interconnect-Block. Der Betrieb ist nur erlaubt, wenn keine virtuellen Maschinen oder VMSS-VM-Instanzen mit dem Interconnect-Block verbunden sind. |
| get | Ruft Informationen über einen Interconnect-Block ab. |
| list |
Listet alle Interconnect-Blöcke in der angegebenen Ressourcengruppe auf. Verwenden Sie die NextLink-Eigenschaft in der Antwort, um die nächste Seite von Interconnect Blocks zu erhalten. |
| list |
Listet alle Interconnect-Blöcke im Abonnement auf. Verwenden Sie die NextLink-Eigenschaft in der Antwort, um die nächste Seite von Interconnect Blocks zu erhalten. |
| update | Aktualisiert einen Interconnect-Block. Beim Aktualisieren eines Interconnect-Blocks können nur Tags und sku.capacity geändert werden. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>
createOrUpdate
Erstellt oder aktualisiert einen Interconnect-Block. Beim Aktualisieren eines Interconnect-Blocks können nur Tags und sku.capacity geändert werden.
createOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
delete
Löscht einen Interconnect-Block. Der Betrieb ist nur erlaubt, wenn keine virtuellen Maschinen oder VMSS-VM-Instanzen mit dem Interconnect-Block verbunden sind.
delete: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ruft Informationen über einen Interconnect-Block ab.
get: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>
listByResourceGroup
Listet alle Interconnect-Blöcke in der angegebenen Ressourcengruppe auf. Verwenden Sie die NextLink-Eigenschaft in der Antwort, um die nächste Seite von Interconnect Blocks zu erhalten.
listByResourceGroup: (resourceGroupName: string, options?: InterconnectBlocksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: InterconnectBlocksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
listBySubscription
Listet alle Interconnect-Blöcke im Abonnement auf. Verwenden Sie die NextLink-Eigenschaft in der Antwort, um die nächste Seite von Interconnect Blocks zu erhalten.
listBySubscription: (options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
Eigenschaftswert
(options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
update
Aktualisiert einen Interconnect-Block. Beim Aktualisieren eines Interconnect-Blocks können nur Tags und sku.capacity geändert werden.
update: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
Eigenschaftswert
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>