NetworkFabricsOperations interface

Interfaccia che rappresenta un'operazione NetworkFabrics.

Proprietà

armConfigurationDiff

Post-azione: attiva la diff di Configurazione arm di NetworkFabric.

beginArmConfigurationDiff
beginArmConfigurationDiffAndWait
beginCommitBatchStatus
beginCommitBatchStatusAndWait
beginCommitConfiguration
beginCommitConfigurationAndWait
beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginDeprovision
beginDeprovisionAndWait
beginDiscardCommitBatch
beginDiscardCommitBatchAndWait
beginGetTopology
beginGetTopologyAndWait
beginLockFabric
beginLockFabricAndWait
beginProvision
beginProvisionAndWait
beginRefreshConfiguration
beginRefreshConfigurationAndWait
beginUpdate
beginUpdateAndWait
beginUpdateInfraManagementBfdConfiguration
beginUpdateInfraManagementBfdConfigurationAndWait
beginUpdateWorkloadManagementBfdConfiguration
beginUpdateWorkloadManagementBfdConfigurationAndWait
beginUpgrade
beginUpgradeAndWait
beginValidateConfiguration
beginValidateConfigurationAndWait
beginViewDeviceConfiguration
beginViewDeviceConfigurationAndWait
commitBatchStatus

Post-azione: restituisce lo stato dell'operazione batch di commit.

commitConfiguration

Aggiornamento atomico dell'istanza di Fabric di rete specificata. Eseguire la sincronizzazione dell'aggiornamento delle risorse NFA a livello di Fabric.

create

Creare una risorsa Fabric rete.

delete
deprovision

Eseguire il deprovisioning delle risorse sottostanti nell'istanza di rete Fabric specificata.

discardCommitBatch

Post-azione: rimuove un'operazione Batch in corso.

get

Ottenere i dettagli della risorsa Fabric di rete.

getTopology

Ottiene la topologia delle risorse sottostanti nell'istanza di Network Fabric data.

listByResourceGroup

Elenca tutte le risorse Network Fabric nel gruppo di risorse specifico.

listBySubscription

Elenca tutte le risorse di Network Fabric nell'abbonamento indicato.

lockFabric

Post-azione: attiva l'operazione di blocco dell'infrastruttura di rete.

provision

Effettua il provisioning delle risorse sottostanti nell'istanza di Fabric di rete specificata.

refreshConfiguration

Aggiorna la configurazione delle risorse sottostanti nell'istanza di Network Fabric data.

update

Aggiorna alcune proprietà della risorsa Network Fabric.

updateInfraManagementBfdConfiguration

Aggiorna la configurazione BFD di gestione infrastrutturale delle risorse sottostanti nell'istanza di Network Fabric specifica.

updateWorkloadManagementBfdConfiguration

Aggiorna la configurazione BFD di gestione del carico di lavoro delle risorse sottostanti nell'istanza di Network Fabric specifica.

upgrade

Aggiorna la versione delle risorse sottostanti nell'istanza di rete Fabric specificata.

validateConfiguration

Convalida la configurazione delle risorse sottostanti nell'istanza di rete Fabric specificata.

viewDeviceConfiguration

Post-azione: attiva la visualizzazione della configurazione dell'infrastruttura di rete.

Dettagli proprietà

armConfigurationDiff

Post-azione: attiva la diff di Configurazione arm di NetworkFabric.

armConfigurationDiff: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => PollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => PollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>

beginArmConfigurationDiff

Avviso

Questa API è ora deprecata.

use armConfigurationDiff instead

beginArmConfigurationDiff: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<SimplePollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<SimplePollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>>

beginArmConfigurationDiffAndWait

Avviso

Questa API è ora deprecata.

use armConfigurationDiff instead

beginArmConfigurationDiffAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<ArmConfigurationDiffResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<ArmConfigurationDiffResponse>

beginCommitBatchStatus

Avviso

Questa API è ora deprecata.

use commitBatchStatus instead

beginCommitBatchStatus: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<SimplePollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<SimplePollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>>

beginCommitBatchStatusAndWait

Avviso

Questa API è ora deprecata.

use commitBatchStatus instead

beginCommitBatchStatusAndWait: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<CommitBatchStatusResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<CommitBatchStatusResponse>

beginCommitConfiguration

Avviso

Questa API è ora deprecata.

use commitConfiguration instead

beginCommitConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginCommitConfigurationAndWait

Avviso

Questa API è ora deprecata.

use commitConfiguration instead

beginCommitConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

beginCreate: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<NetworkFabric>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<NetworkFabric>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<void>

beginDeprovision

Avviso

Questa API è ora deprecata.

use deprovision instead

beginDeprovision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>

beginDeprovisionAndWait

Avviso

Questa API è ora deprecata.

use deprovision instead

beginDeprovisionAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>

beginDiscardCommitBatch

Avviso

Questa API è ora deprecata.

use discardCommitBatch instead

beginDiscardCommitBatch: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<SimplePollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<SimplePollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>>

beginDiscardCommitBatchAndWait

Avviso

Questa API è ora deprecata.

use discardCommitBatch instead

beginDiscardCommitBatchAndWait: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<DiscardCommitBatchResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<DiscardCommitBatchResponse>

beginGetTopology

Avviso

Questa API è ora deprecata.

use getTopology instead

beginGetTopology: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

beginGetTopologyAndWait

Avviso

Questa API è ora deprecata.

use getTopology instead

beginGetTopologyAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<ValidateConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<ValidateConfigurationResponse>

beginLockFabric

Avviso

Questa API è ora deprecata.

use lockFabric instead

beginLockFabric: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginLockFabricAndWait

Avviso

Questa API è ora deprecata.

use lockFabric instead

beginLockFabricAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginProvision

Avviso

Questa API è ora deprecata.

use provision instead

beginProvision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>

beginProvisionAndWait

Avviso

Questa API è ora deprecata.

use provision instead

beginProvisionAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>

beginRefreshConfiguration

Avviso

Questa API è ora deprecata.

use refreshConfiguration instead

beginRefreshConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginRefreshConfigurationAndWait

Avviso

Questa API è ora deprecata.

use refreshConfiguration instead

beginRefreshConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<NetworkFabric>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<NetworkFabric>

beginUpdateInfraManagementBfdConfiguration

Avviso

Questa API è ora deprecata.

use updateInfraManagementBfdConfiguration instead

beginUpdateInfraManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginUpdateInfraManagementBfdConfigurationAndWait

Avviso

Questa API è ora deprecata.

use updateInfraManagementBfdConfiguration instead

beginUpdateInfraManagementBfdConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginUpdateWorkloadManagementBfdConfiguration

Avviso

Questa API è ora deprecata.

use updateWorkloadManagementBfdConfiguration instead

beginUpdateWorkloadManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginUpdateWorkloadManagementBfdConfigurationAndWait

Avviso

Questa API è ora deprecata.

use updateWorkloadManagementBfdConfiguration instead

beginUpdateWorkloadManagementBfdConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginUpgrade

Avviso

Questa API è ora deprecata.

use upgrade instead

beginUpgrade: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>

beginUpgradeAndWait

Avviso

Questa API è ora deprecata.

use upgrade instead

beginUpgradeAndWait: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>

beginValidateConfiguration

Avviso

Questa API è ora deprecata.

use validateConfiguration instead

beginValidateConfiguration: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>

beginValidateConfigurationAndWait

Avviso

Questa API è ora deprecata.

use validateConfiguration instead

beginValidateConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>

beginViewDeviceConfiguration

Avviso

Questa API è ora deprecata.

use viewDeviceConfiguration instead

beginViewDeviceConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>>

beginViewDeviceConfigurationAndWait

Avviso

Questa API è ora deprecata.

use viewDeviceConfiguration instead

beginViewDeviceConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<ViewDeviceConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<ViewDeviceConfigurationResponse>

commitBatchStatus

Post-azione: restituisce lo stato dell'operazione batch di commit.

commitBatchStatus: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => PollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => PollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>

commitConfiguration

Aggiornamento atomico dell'istanza di Fabric di rete specificata. Eseguire la sincronizzazione dell'aggiornamento delle risorse NFA a livello di Fabric.

commitConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

create

Creare una risorsa Fabric rete.

create: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>

delete

delete: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deprovision

Eseguire il deprovisioning delle risorse sottostanti nell'istanza di rete Fabric specificata.

deprovision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>

discardCommitBatch

Post-azione: rimuove un'operazione Batch in corso.

discardCommitBatch: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => PollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => PollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>

get

Ottenere i dettagli della risorsa Fabric di rete.

get: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetOptionalParams) => Promise<NetworkFabric>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetOptionalParams) => Promise<NetworkFabric>

getTopology

Ottiene la topologia delle risorse sottostanti nell'istanza di Network Fabric data.

getTopology: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>

listByResourceGroup

Elenca tutte le risorse Network Fabric nel gruppo di risorse specifico.

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

Valore della proprietà

(resourceGroupName: string, options?: NetworkFabricsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>

listBySubscription

Elenca tutte le risorse di Network Fabric nell'abbonamento indicato.

listBySubscription: (options?: NetworkFabricsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>

Valore della proprietà

(options?: NetworkFabricsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>

lockFabric

Post-azione: attiva l'operazione di blocco dell'infrastruttura di rete.

lockFabric: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

provision

Effettua il provisioning delle risorse sottostanti nell'istanza di Fabric di rete specificata.

provision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>

refreshConfiguration

Aggiorna la configurazione delle risorse sottostanti nell'istanza di Network Fabric data.

refreshConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

update

Aggiorna alcune proprietà della risorsa Network Fabric.

update: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>

updateInfraManagementBfdConfiguration

Aggiorna la configurazione BFD di gestione infrastrutturale delle risorse sottostanti nell'istanza di Network Fabric specifica.

updateInfraManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

updateWorkloadManagementBfdConfiguration

Aggiorna la configurazione BFD di gestione del carico di lavoro delle risorse sottostanti nell'istanza di Network Fabric specifica.

updateWorkloadManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

upgrade

Aggiorna la versione delle risorse sottostanti nell'istanza di rete Fabric specificata.

upgrade: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>

validateConfiguration

Convalida la configurazione delle risorse sottostanti nell'istanza di rete Fabric specificata.

validateConfiguration: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>

viewDeviceConfiguration

Post-azione: attiva la visualizzazione della configurazione dell'infrastruttura di rete.

viewDeviceConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => PollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>

Valore della proprietà

(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => PollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>