ArmRecoveryServicesDataReplicationModelFactory.DataReplicationPrivateEndpointConnectionProxyProperties 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.
Represents private endpoint connection proxy request.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateEndpointConnectionProxyProperties DataReplicationPrivateEndpointConnectionProxyProperties(Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProvisioningState? provisioningState = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.RemotePrivateEndpoint remotePrivateEndpoint = default);
static member DataReplicationPrivateEndpointConnectionProxyProperties : Nullable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProvisioningState> * Azure.ResourceManager.RecoveryServicesDataReplication.Models.RemotePrivateEndpoint -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPrivateEndpointConnectionProxyProperties
Public Shared Function DataReplicationPrivateEndpointConnectionProxyProperties (Optional provisioningState As Nullable(Of DataReplicationProvisioningState) = Nothing, Optional remotePrivateEndpoint As RemotePrivateEndpoint = Nothing) As DataReplicationPrivateEndpointConnectionProxyProperties
Parameters
- provisioningState
- Nullable<DataReplicationProvisioningState>
Gets or sets the provisioning state of the private endpoint connection proxy.
- remotePrivateEndpoint
- RemotePrivateEndpoint
Represent remote private endpoint information for the private endpoint connection proxy.
Returns
A new DataReplicationPrivateEndpointConnectionProxyProperties instance for mocking.