ReplicationLogicalNetworks interface
Interface representing a ReplicationLogicalNetworks.
Methods
get(string, string, string, string, Replication |
Gets the details of a logical network. |
list |
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(resourceName: string, resourceGroupName: string, fabricName: string, logicalNetworkName: string, options?: ReplicationLogicalNetworksGetOptionalParams): Promise<LogicalNetwork>
Parameters
- resourceName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- fabricName
-
string
Server Id.
- logicalNetworkName
-
string
Logical network name.
The options parameters.
Returns
Promise<LogicalNetwork>
listByReplicationFabrics(string, string, string, ReplicationLogicalNetworksListByReplicationFabricsOptionalParams)
Lists all the logical networks of the Azure Site Recovery fabric.
function listByReplicationFabrics(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationLogicalNetworksListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<LogicalNetwork, LogicalNetwork[], PageSettings>
Parameters
- resourceName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- fabricName
-
string
Server Id.
The options parameters.