다음을 통해 공유


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(resourceName: string, resourceGroupName: string, fabricName: string, networkName: string, options?: ReplicationNetworksGetOptionalParams): Promise<Network>

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.

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

options
ReplicationNetworksListOptionalParams

The options parameters.

Returns

listByReplicationFabrics(string, string, string, ReplicationNetworksListByReplicationFabricsOptionalParams)

Lists the networks available for a fabric.

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

Fabric name.

Returns