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>) |
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>)
Initializes a new instance of the PrivateLinkResourcesListResult class.
public PrivateLinkResourcesListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource> value = default);
new Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResourcesListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResource> -> Microsoft.Azure.Management.ContainerService.Models.PrivateLinkResourcesListResult
Public Sub New (Optional value As IList(Of PrivateLinkResource) = Nothing)
Parameters
- value
- IList<PrivateLinkResource>
The collection value.