ResourceManagementPrivateLinkListResult 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
ResourceManagementPrivateLinkListResult() |
Initializes a new instance of the ResourceManagementPrivateLinkListResult class. |
ResourceManagementPrivateLinkListResult(IList<ResourceManagementPrivateLink>) |
Initializes a new instance of the ResourceManagementPrivateLinkListResult class. |
ResourceManagementPrivateLinkListResult()
Initializes a new instance of the ResourceManagementPrivateLinkListResult class.
public ResourceManagementPrivateLinkListResult ();
Public Sub New ()
Applies to
ResourceManagementPrivateLinkListResult(IList<ResourceManagementPrivateLink>)
Initializes a new instance of the ResourceManagementPrivateLinkListResult class.
public ResourceManagementPrivateLinkListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink> value = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkListResult
Public Sub New (Optional value As IList(Of ResourceManagementPrivateLink) = Nothing)
Parameters
An array of resource management private links.