RemotePrivateEndpoint(String) Constructor
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.
Initializes a new instance of RemotePrivateEndpoint.
public RemotePrivateEndpoint(string id);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.RemotePrivateEndpoint : string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.RemotePrivateEndpoint
Public Sub New (id As String)
Parameters
- id
- String
Gets or sets private link service proxy id.
Exceptions
id
is null.