Package version:

Interface representing a ReplicationNetworks.

interface ReplicationNetworks {
    get(resourceGroupName: string, resourceName: string, fabricName: string, networkName: string, options?: ReplicationNetworksGetOptionalParams): Promise<Network>;
    list(resourceGroupName: string, resourceName: string, options?: ReplicationNetworksListOptionalParams): PagedAsyncIterableIterator<Network>;
    listByReplicationFabrics(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationNetworksListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<Network>;
}

Methods

  • Gets the details of a 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.

    • Optionaloptions: ReplicationNetworksGetOptionalParams

      The options parameters.

    Returns Promise<Network>