ResourceManagementPrivateLinkEndpointConnections 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
ResourceManagementPrivateLinkEndpointConnections() |
Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class. |
ResourceManagementPrivateLinkEndpointConnections(IList<String>) |
Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class. |
ResourceManagementPrivateLinkEndpointConnections()
Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.
public ResourceManagementPrivateLinkEndpointConnections ();
Public Sub New ()
Applies to
ResourceManagementPrivateLinkEndpointConnections(IList<String>)
Initializes a new instance of the ResourceManagementPrivateLinkEndpointConnections class.
public ResourceManagementPrivateLinkEndpointConnections (System.Collections.Generic.IList<string> privateEndpointConnections = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkEndpointConnections
Public Sub New (Optional privateEndpointConnections As IList(Of String) = Nothing)