Share via


ReplicationNetworks interface

Interface representing a ReplicationNetworks.

Methods

get(string, string, string, string, ReplicationNetworksGetOptionalParams)

Gets the details of a network.

list(string, string, ReplicationNetworksListOptionalParams)

Lists the networks available in a vault.

listByReplicationFabrics(string, string, string, ReplicationNetworksListByReplicationFabricsOptionalParams)

Lists the networks available for a fabric.

Method Details

get(string, string, string, string, ReplicationNetworksGetOptionalParams)

Gets the details of a network.

function get(resourceGroupName: string, resourceName: string, fabricName: string, networkName: string, options?: ReplicationNetworksGetOptionalParams): Promise<Network>

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.

networkName

string

Primary network name.

options
ReplicationNetworksGetOptionalParams

The options parameters.

Returns

Promise<Network>

list(string, string, ReplicationNetworksListOptionalParams)

Lists the networks available in a vault.

function list(resourceGroupName: string, resourceName: string, options?: ReplicationNetworksListOptionalParams): PagedAsyncIterableIterator<Network, Network[], 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.

options
ReplicationNetworksListOptionalParams

The options parameters.

Returns

listByReplicationFabrics(string, string, string, ReplicationNetworksListByReplicationFabricsOptionalParams)

Lists the networks available for a fabric.

function listByReplicationFabrics(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationNetworksListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<Network, Network[], 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

Fabric name.

Returns