IPrivateLinkResourceListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.PrivateLinkResourceListResultTypeConverter))]
public interface IPrivateLinkResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.PrivateLinkResourceListResultTypeConverter))>]
type IPrivateLinkResourceListResult = interface
    interface IJsonSerializable
Public Interface IPrivateLinkResourceListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

URL to get the next set of operation list results (if there are any).

Value

Array of private link resources

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to