InterconnectBlocksOperations interface
Interfaccia che rappresenta un'operazione InterconnectBlocks.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crea o aggiorna un blocco di interconnessione. Quando si aggiorna un blocco Interconnessione, possono essere modificati solo i tag e sku.capacity. |
| delete | Elimina un blocco di interconnessione. L'operazione è consentita solo quando non ci sono macchine virtuali o istanze VMSS VM associate al Blocco Interconnessione. |
| get | Recupera informazioni su un blocco di interconnessione. |
| list |
Elenca tutti i Blocchi di Interconnessione nel gruppo di risorse specificato. Usa la proprietà nextLink nella risposta per ottenere la pagina successiva di Interconnect Blocks. |
| list |
Elenca tutti i blocchi di interconnessione nell'abbonamento. Usa la proprietà nextLink nella risposta per ottenere la pagina successiva di Interconnect Blocks. |
| update | Aggiorna un blocco di interconnessione. Quando si aggiorna un blocco Interconnessione, possono essere modificati solo i tag e sku.capacity. |
Dettagli proprietà
beginCreateOrUpdate
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
beginCreateOrUpdateAndWait
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>
createOrUpdate
Crea o aggiorna un blocco di interconnessione. Quando si aggiorna un blocco Interconnessione, possono essere modificati solo i tag e sku.capacity.
createOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
delete
Elimina un blocco di interconnessione. L'operazione è consentita solo quando non ci sono macchine virtuali o istanze VMSS VM associate al Blocco Interconnessione.
delete: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Recupera informazioni su un blocco di interconnessione.
get: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>
listByResourceGroup
Elenca tutti i Blocchi di Interconnessione nel gruppo di risorse specificato. Usa la proprietà nextLink nella risposta per ottenere la pagina successiva di Interconnect Blocks.
listByResourceGroup: (resourceGroupName: string, options?: InterconnectBlocksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: InterconnectBlocksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
listBySubscription
Elenca tutti i blocchi di interconnessione nell'abbonamento. Usa la proprietà nextLink nella risposta per ottenere la pagina successiva di Interconnect Blocks.
listBySubscription: (options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
Valore della proprietà
(options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>
update
Aggiorna un blocco di interconnessione. Quando si aggiorna un blocco Interconnessione, possono essere modificati solo i tag e sku.capacity.
update: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>
Valore della proprietà
(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>