NetworkFabricsOperations interface
Interface representing a NetworkFabrics operations.
Properties
| arm |
Post action: Triggers diff of NetworkFabric ARM Configuration. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| commit |
Post action: Returns a status of commit batch operation. |
| commit |
Atomic update of the given Network Fabric instance. Sync update of NFA resources at Fabric level. |
| create | Create Network Fabric resource. |
| delete | |
| deprovision | Deprovisions the underlying resources in the given Network Fabric instance. |
| discard |
Post action: Discards a Batch operation in progress. |
| get | Get Network Fabric resource details. |
| get |
Gets Topology of the underlying resources in the given Network Fabric instance. |
| list |
List all the Network Fabric resources in the given resource group. |
| list |
List all the Network Fabric resources in the given subscription. |
| lock |
Post action: Triggers network fabric lock operation. |
| provision | Provisions the underlying resources in the given Network Fabric instance. |
| refresh |
Refreshes the configuration of the underlying resources in the given Network Fabric instance. |
| update | Update certain properties of the Network Fabric resource. |
| update |
Updates the Infra Management BFD Configuration of the underlying resources in the given Network Fabric instance. |
| update |
Updates the Workload Management BFD Configuration of the underlying resources in the given Network Fabric instance. |
| upgrade | Upgrades the version of the underlying resources in the given Network Fabric instance. |
| validate |
Validates the configuration of the underlying resources in the given Network Fabric instance. |
| view |
Post action: Triggers view of network fabric configuration. |
Property Details
armConfigurationDiff
Post action: Triggers diff of NetworkFabric ARM Configuration.
armConfigurationDiff: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => PollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => PollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>
beginArmConfigurationDiff
Warning
This API is now deprecated.
use armConfigurationDiff instead
beginArmConfigurationDiff: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<SimplePollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<SimplePollerLike<OperationState<ArmConfigurationDiffResponse>, ArmConfigurationDiffResponse>>
beginArmConfigurationDiffAndWait
Warning
This API is now deprecated.
use armConfigurationDiff instead
beginArmConfigurationDiffAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<ArmConfigurationDiffResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsArmConfigurationDiffOptionalParams) => Promise<ArmConfigurationDiffResponse>
beginCommitBatchStatus
Warning
This API is now deprecated.
use commitBatchStatus instead
beginCommitBatchStatus: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<SimplePollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<SimplePollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>>
beginCommitBatchStatusAndWait
Warning
This API is now deprecated.
use commitBatchStatus instead
beginCommitBatchStatusAndWait: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<CommitBatchStatusResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => Promise<CommitBatchStatusResponse>
beginCommitConfiguration
Warning
This API is now deprecated.
use commitConfiguration instead
beginCommitConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginCommitConfigurationAndWait
Warning
This API is now deprecated.
use commitConfiguration instead
beginCommitConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<NetworkFabric>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => Promise<NetworkFabric>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => Promise<void>
beginDeprovision
Warning
This API is now deprecated.
use deprovision instead
beginDeprovision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>
beginDeprovisionAndWait
Warning
This API is now deprecated.
use deprovision instead
beginDeprovisionAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>
beginDiscardCommitBatch
Warning
This API is now deprecated.
use discardCommitBatch instead
beginDiscardCommitBatch: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<SimplePollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<SimplePollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>>
beginDiscardCommitBatchAndWait
Warning
This API is now deprecated.
use discardCommitBatch instead
beginDiscardCommitBatchAndWait: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<DiscardCommitBatchResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => Promise<DiscardCommitBatchResponse>
beginGetTopology
Warning
This API is now deprecated.
use getTopology instead
beginGetTopology: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
beginGetTopologyAndWait
Warning
This API is now deprecated.
use getTopology instead
beginGetTopologyAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<ValidateConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => Promise<ValidateConfigurationResponse>
beginLockFabric
Warning
This API is now deprecated.
use lockFabric instead
beginLockFabric: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginLockFabricAndWait
Warning
This API is now deprecated.
use lockFabric instead
beginLockFabricAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginProvision
Warning
This API is now deprecated.
use provision instead
beginProvision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>>
beginProvisionAndWait
Warning
This API is now deprecated.
use provision instead
beginProvisionAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => Promise<CommonPostActionResponseForDeviceUpdate>
beginRefreshConfiguration
Warning
This API is now deprecated.
use refreshConfiguration instead
beginRefreshConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginRefreshConfigurationAndWait
Warning
This API is now deprecated.
use refreshConfiguration instead
beginRefreshConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabric>, NetworkFabric>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<NetworkFabric>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => Promise<NetworkFabric>
beginUpdateInfraManagementBfdConfiguration
Warning
This API is now deprecated.
use updateInfraManagementBfdConfiguration instead
beginUpdateInfraManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateInfraManagementBfdConfigurationAndWait
Warning
This API is now deprecated.
use updateInfraManagementBfdConfiguration instead
beginUpdateInfraManagementBfdConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpdateWorkloadManagementBfdConfiguration
Warning
This API is now deprecated.
use updateWorkloadManagementBfdConfiguration instead
beginUpdateWorkloadManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateWorkloadManagementBfdConfigurationAndWait
Warning
This API is now deprecated.
use updateWorkloadManagementBfdConfiguration instead
beginUpdateWorkloadManagementBfdConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginUpgrade
Warning
This API is now deprecated.
use upgrade instead
beginUpgrade: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpgradeAndWait
Warning
This API is now deprecated.
use upgrade instead
beginUpgradeAndWait: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => Promise<CommonPostActionResponseForStateUpdate>
beginValidateConfiguration
Warning
This API is now deprecated.
use validateConfiguration instead
beginValidateConfiguration: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>>
beginValidateConfigurationAndWait
Warning
This API is now deprecated.
use validateConfiguration instead
beginValidateConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => Promise<ValidateConfigurationResponse>
beginViewDeviceConfiguration
Warning
This API is now deprecated.
use viewDeviceConfiguration instead
beginViewDeviceConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>>
beginViewDeviceConfigurationAndWait
Warning
This API is now deprecated.
use viewDeviceConfiguration instead
beginViewDeviceConfigurationAndWait: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<ViewDeviceConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => Promise<ViewDeviceConfigurationResponse>
commitBatchStatus
Post action: Returns a status of commit batch operation.
commitBatchStatus: (resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => PollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: CommitBatchStatusRequest, options?: NetworkFabricsCommitBatchStatusOptionalParams) => PollerLike<OperationState<CommitBatchStatusResponse>, CommitBatchStatusResponse>
commitConfiguration
Atomic update of the given Network Fabric instance. Sync update of NFA resources at Fabric level.
commitConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsCommitConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
create
Create Network Fabric resource.
create: (resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabric, options?: NetworkFabricsCreateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>
delete
delete: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
deprovision
Deprovisions the underlying resources in the given Network Fabric instance.
deprovision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsDeprovisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>
discardCommitBatch
Post action: Discards a Batch operation in progress.
discardCommitBatch: (resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => PollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: DiscardCommitBatchRequest, options?: NetworkFabricsDiscardCommitBatchOptionalParams) => PollerLike<OperationState<DiscardCommitBatchResponse>, DiscardCommitBatchResponse>
get
Get Network Fabric resource details.
get: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetOptionalParams) => Promise<NetworkFabric>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetOptionalParams) => Promise<NetworkFabric>
getTopology
Gets Topology of the underlying resources in the given Network Fabric instance.
getTopology: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsGetTopologyOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
listByResourceGroup
List all the Network Fabric resources in the given resource group.
listByResourceGroup: (resourceGroupName: string, options?: NetworkFabricsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>
Property Value
(resourceGroupName: string, options?: NetworkFabricsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>
listBySubscription
List all the Network Fabric resources in the given subscription.
listBySubscription: (options?: NetworkFabricsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>
Property Value
(options?: NetworkFabricsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabric, NetworkFabric[], PageSettings>
lockFabric
Post action: Triggers network fabric lock operation.
lockFabric: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricLockRequest, options?: NetworkFabricsLockFabricOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
provision
Provisions the underlying resources in the given Network Fabric instance.
provision: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsProvisionOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForDeviceUpdate>, CommonPostActionResponseForDeviceUpdate>
refreshConfiguration
Refreshes the configuration of the underlying resources in the given Network Fabric instance.
refreshConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsRefreshConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
update
Update certain properties of the Network Fabric resource.
update: (resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>
Property Value
(resourceGroupName: string, networkFabricName: string, body: NetworkFabricPatch, options?: NetworkFabricsUpdateOptionalParams) => PollerLike<OperationState<NetworkFabric>, NetworkFabric>
updateInfraManagementBfdConfiguration
Updates the Infra Management BFD Configuration of the underlying resources in the given Network Fabric instance.
updateInfraManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateInfraManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
updateWorkloadManagementBfdConfiguration
Updates the Workload Management BFD Configuration of the underlying resources in the given Network Fabric instance.
updateWorkloadManagementBfdConfiguration: (resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpdateAdministrativeState, options?: NetworkFabricsUpdateWorkloadManagementBfdConfigurationOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
upgrade
Upgrades the version of the underlying resources in the given Network Fabric instance.
upgrade: (resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
Property Value
(resourceGroupName: string, networkFabricName: string, body: UpgradeNetworkFabricProperties, options?: NetworkFabricsUpgradeOptionalParams) => PollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>
validateConfiguration
Validates the configuration of the underlying resources in the given Network Fabric instance.
validateConfiguration: (resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, body: ValidateConfigurationProperties, options?: NetworkFabricsValidateConfigurationOptionalParams) => PollerLike<OperationState<ValidateConfigurationResponse>, ValidateConfigurationResponse>
viewDeviceConfiguration
Post action: Triggers view of network fabric configuration.
viewDeviceConfiguration: (resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => PollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>
Property Value
(resourceGroupName: string, networkFabricName: string, options?: NetworkFabricsViewDeviceConfigurationOptionalParams) => PollerLike<OperationState<ViewDeviceConfigurationResponse>, ViewDeviceConfigurationResponse>