ArmRecoveryServicesDataReplicationModelFactory.DataReplicationPrivateLinkServiceProxy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateLinkServiceProxy DataReplicationPrivateLinkServiceProxy(string id = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateLinkServiceConnectionState remotePrivateLinkServiceConnectionState = default, Azure.Core.ResourceIdentifier remotePrivateEndpointConnectionId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.GroupConnectivityInformation> groupConnectivityInformation = default);
static member DataReplicationPrivateLinkServiceProxy : string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateLinkServiceConnectionState * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.GroupConnectivityInformation> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateLinkServiceProxy
Public Shared Function DataReplicationPrivateLinkServiceProxy (Optional id As String = Nothing, Optional remotePrivateLinkServiceConnectionState As DataReplicationPrivateLinkServiceConnectionState = Nothing, Optional remotePrivateEndpointConnectionId As ResourceIdentifier = Nothing, Optional groupConnectivityInformation As IEnumerable(Of GroupConnectivityInformation) = Nothing) As DataReplicationPrivateLinkServiceProxy
Parameters
- id
- String
Gets or sets private link service proxy id.
- remotePrivateLinkServiceConnectionState
- DataReplicationPrivateLinkServiceConnectionState
Represents Private link service connection state.
- remotePrivateEndpointConnectionId
- ResourceIdentifier
Gets or sets the remote private endpoint connection id.
- groupConnectivityInformation
- IEnumerable<GroupConnectivityInformation>
Gets or sets group connectivity information.
Returns
A new DataReplicationPrivateLinkServiceProxy instance for mocking.