예제 #1
0
 /// <summary>
 /// Initializes a new instance of the RemotePrivateEndpointConnection
 /// class.
 /// </summary>
 /// <param name="privateEndpoint">PrivateEndpoint of a remote private
 /// endpoint connection</param>
 public RemotePrivateEndpointConnection(string provisioningState = default(string), ArmIdWrapper privateEndpoint = default(ArmIdWrapper), PrivateLinkConnectionState privateLinkServiceConnectionState = default(PrivateLinkConnectionState))
 {
     ProvisioningState = provisioningState;
     PrivateEndpoint   = privateEndpoint;
     PrivateLinkServiceConnectionState = privateLinkServiceConnectionState;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// PrivateLinkConnectionApprovalRequest class.
 /// </summary>
 /// <param name="privateEndpoint">The resource of private
 /// endpoint.</param>
 public PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState privateLinkServiceConnectionState = default(PrivateLinkConnectionState), PrivateEndpoint privateEndpoint = default(PrivateEndpoint))
 {
     PrivateLinkServiceConnectionState = privateLinkServiceConnectionState;
     PrivateEndpoint = privateEndpoint;
     CustomInit();
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the
 /// PrivateLinkConnectionApprovalRequest class.
 /// </summary>
 public PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState privateLinkServiceConnectionState = default(PrivateLinkConnectionState))
 {
     PrivateLinkServiceConnectionState = privateLinkServiceConnectionState;
     CustomInit();
 }