RemotePrivateEndpointConnectionARMResource 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
RemotePrivateEndpointConnectionARMResource() |
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource class. |
RemotePrivateEndpointConnectionARMResource(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>) |
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource class. |
RemotePrivateEndpointConnectionARMResource()
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource class.
public RemotePrivateEndpointConnectionARMResource ();
Public Sub New ()
Applies to
RemotePrivateEndpointConnectionARMResource(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource class.
public RemotePrivateEndpointConnectionARMResource (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.RemotePrivateEndpointConnectionARMResource : 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.RemotePrivateEndpointConnectionARMResource
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