PrivateLinkResourcesListResult Class
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.
Result of the List private link resources operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.PrivateLinkResourcesListResultTypeConverter))]
public class PrivateLinkResourcesListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IPrivateLinkResourcesListResult
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.PrivateLinkResourcesListResultTypeConverter))>]
type PrivateLinkResourcesListResult = class
interface IPrivateLinkResourcesListResult
interface IJsonSerializable
Public Class PrivateLinkResourcesListResult
Implements IPrivateLinkResourcesListResult
- Inheritance
-
PrivateLinkResourcesListResult
- Attributes
- Implements
Constructors
PrivateLinkResourcesListResult() |
Creates an new PrivateLinkResourcesListResult instance. |
Properties
NextLink |
A link for the next page of private link resources. |
Value |
A collection of private link resources |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkResourcesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkResourcesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IPrivateLinkResourcesListResult. |
FromJsonString(String) |
Creates a new instance of PrivateLinkResourcesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkResourcesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |