ReplicationNetworks interface
Interfaz que representa una replicationNetworks.
Métodos
get(string, string, string, string, Replication |
Obtiene los detalles de una red. |
list(string, string, Replication |
Enumera las redes disponibles en un almacén. |
list |
Enumera las redes disponibles para un tejido. |
Detalles del método
get(string, string, string, string, ReplicationNetworksGetOptionalParams)
Obtiene los detalles de una red.
function get(resourceName: string, resourceGroupName: string, fabricName: string, networkName: string, options?: ReplicationNetworksGetOptionalParams): Promise<Network>
Parámetros
- resourceName
-
string
Nombre del almacén de Recovery Services.
- resourceGroupName
-
string
Nombre del grupo de recursos donde está presente el almacén de Recovery Services.
- fabricName
-
string
Id. de servidor.
- networkName
-
string
Nombre de red principal.
Parámetros de opciones.
Devoluciones
Promise<Network>
list(string, string, ReplicationNetworksListOptionalParams)
Enumera las redes disponibles en un almacén.
function list(resourceName: string, resourceGroupName: string, options?: ReplicationNetworksListOptionalParams): PagedAsyncIterableIterator<Network, Network[], PageSettings>
Parámetros
- resourceName
-
string
Nombre del almacén de Recovery Services.
- resourceGroupName
-
string
Nombre del grupo de recursos donde está presente el almacén de Recovery Services.
Parámetros de opciones.
Devoluciones
listByReplicationFabrics(string, string, string, ReplicationNetworksListByReplicationFabricsOptionalParams)
Enumera las redes disponibles para un tejido.
function listByReplicationFabrics(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationNetworksListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<Network, Network[], PageSettings>
Parámetros
- resourceName
-
string
Nombre del almacén de Recovery Services.
- resourceGroupName
-
string
Nombre del grupo de recursos donde está presente el almacén de Recovery Services.
- fabricName
-
string
Nombre del tejido.
Parámetros de opciones.