ArmNetAppModelFactory.NetAppReplicationObject Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance 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
Paramètres
- replicationId
- String
Id.
- endpointType
- Nullable<NetAppEndpointType>
Indique si le volume local est la source ou la destination de la réplication de volume.
- replicationSchedule
- Nullable<NetAppReplicationSchedule>
Planification.
- remoteVolumeResourceId
- ResourceIdentifier
ID de ressource du volume distant.
- remoteVolumeRegion
- String
Région distante de l’autre extrémité de la réplication en volume.
Retours
Une nouvelle NetAppReplicationObject instance pour se moquer.