PrivateLinkResourcesListResult 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
PrivateLinkResourcesListResult() |
Initializes a new instance of the PrivateLinkResourcesListResult class. |
PrivateLinkResourcesListResult(IList<PrivateLinkResource>, String) |
Initializes a new instance of the PrivateLinkResourcesListResult class. |
PrivateLinkResourcesListResult()
Initializes a new instance of the PrivateLinkResourcesListResult class.
public PrivateLinkResourcesListResult ();
Public Sub New ()
Applies to
PrivateLinkResourcesListResult(IList<PrivateLinkResource>, String)
Initializes a new instance of the PrivateLinkResourcesListResult class.
public PrivateLinkResourcesListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateLinkResource> value = default, string nextLink = default);
new Microsoft.Azure.Management.EventHub.Models.PrivateLinkResourcesListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateLinkResource> * string -> Microsoft.Azure.Management.EventHub.Models.PrivateLinkResourcesListResult
Public Sub New (Optional value As IList(Of PrivateLinkResource) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<PrivateLinkResource>
A collection of private link resources
- nextLink
- String
A link for the next page of private link resources.
Applies to
Azure SDK for .NET