ArmNetAppModelFactory.NetAppReplicationObject Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de NetAppReplicationObject.
public static Azure.ResourceManager.NetApp.Models.NetAppReplicationObject NetAppReplicationObject (string replicationId = default, Azure.ResourceManager.NetApp.Models.NetAppEndpointType? endpointType = default, Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule? replicationSchedule = default, Azure.Core.ResourceIdentifier remoteVolumeResourceId = default, string remoteVolumeRegion = default);
static member NetAppReplicationObject : string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppEndpointType> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppReplicationSchedule> * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.NetApp.Models.NetAppReplicationObject
Public Shared Function NetAppReplicationObject (Optional replicationId As String = Nothing, Optional endpointType As Nullable(Of NetAppEndpointType) = Nothing, Optional replicationSchedule As Nullable(Of NetAppReplicationSchedule) = Nothing, Optional remoteVolumeResourceId As ResourceIdentifier = Nothing, Optional remoteVolumeRegion As String = Nothing) As NetAppReplicationObject
Parâmetros
- replicationId
- String
Id.
- endpointType
- Nullable<NetAppEndpointType>
Indica se o volume local é a origem ou o destino da Replicação de Volume.
- replicationSchedule
- Nullable<NetAppReplicationSchedule>
Agenda.
- remoteVolumeResourceId
- ResourceIdentifier
A ID do recurso do volume remoto.
- remoteVolumeRegion
- String
A região remota para a outra extremidade da Replicação de Volume.
Retornos
Uma nova NetAppReplicationObject instância para simulação.