Sdílet prostřednictvím


MhsmPrivateEndpointConnectionsListResult Class

Definition

List of private endpoint connections associated with a managed HSM Pools

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionsListResultTypeConverter))]
public class MhsmPrivateEndpointConnectionsListResult : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnectionsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionsListResultTypeConverter))>]
type MhsmPrivateEndpointConnectionsListResult = class
    interface IMhsmPrivateEndpointConnectionsListResult
    interface IJsonSerializable
Public Class MhsmPrivateEndpointConnectionsListResult
Implements IMhsmPrivateEndpointConnectionsListResult
Inheritance
MhsmPrivateEndpointConnectionsListResult
Attributes
Implements

Constructors

MhsmPrivateEndpointConnectionsListResult()

Creates an new MhsmPrivateEndpointConnectionsListResult instance.

Properties

NextLink

The URL to get the next set of managed HSM Pools.

Value

The private endpoint connection associated with a managed HSM Pools.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MhsmPrivateEndpointConnectionsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MhsmPrivateEndpointConnectionsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnectionsListResult.

FromJsonString(String)

Creates a new instance of MhsmPrivateEndpointConnectionsListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MhsmPrivateEndpointConnectionsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to