RemotePrivateEndpointConnection Constructors
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.
Overloads
RemotePrivateEndpointConnection() |
Initializes a new instance of the RemotePrivateEndpointConnection class. |
RemotePrivateEndpointConnection(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>) |
Initializes a new instance of the RemotePrivateEndpointConnection class. |
RemotePrivateEndpointConnection()
Initializes a new instance of the RemotePrivateEndpointConnection class.
public RemotePrivateEndpointConnection ();
Public Sub New ()
Applies to
RemotePrivateEndpointConnection(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)
Initializes a new instance of the RemotePrivateEndpointConnection class.
public RemotePrivateEndpointConnection (string id = default, string name = default, string kind = default, string type = default, string provisioningState = default, Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper privateEndpoint = default, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnection : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional ipAddresses As IList(Of String) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- provisioningState
- String
- privateEndpoint
- ArmIdWrapper
PrivateEndpoint of a remote private endpoint connection
- privateLinkServiceConnectionState
- PrivateLinkConnectionState
Applies to
Azure SDK for .NET