Share via


ReplicationLogicalNetworks interface

Interface representing a ReplicationLogicalNetworks.

Methods

get(string, string, string, string, ReplicationLogicalNetworksGetOptionalParams)

Gets the details of a logical network.

listByReplicationFabrics(string, string, string, ReplicationLogicalNetworksListByReplicationFabricsOptionalParams)

Lists all the logical networks of the Azure Site Recovery fabric.

Method Details

get(string, string, string, string, ReplicationLogicalNetworksGetOptionalParams)

Gets the details of a logical network.

function get(resourceGroupName: string, resourceName: string, fabricName: string, logicalNetworkName: string, options?: ReplicationLogicalNetworksGetOptionalParams): Promise<LogicalNetwork>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

resourceName

string

The name of the recovery services vault.

fabricName

string

Server Id.

logicalNetworkName

string

Logical network name.

options
ReplicationLogicalNetworksGetOptionalParams

The options parameters.

Returns

Promise<LogicalNetwork>

listByReplicationFabrics(string, string, string, ReplicationLogicalNetworksListByReplicationFabricsOptionalParams)

Lists all the logical networks of the Azure Site Recovery fabric.

function listByReplicationFabrics(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationLogicalNetworksListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<LogicalNetwork, LogicalNetwork[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

resourceName

string

The name of the recovery services vault.

fabricName

string

Server Id.

Returns