MhsmPrivateEndpointConnectionProperties 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.
Properties of the private endpoint connection resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionPropertiesTypeConverter))]
public class MhsmPrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionPropertiesTypeConverter))>]
type MhsmPrivateEndpointConnectionProperties = class
interface IMhsmPrivateEndpointConnectionProperties
interface IJsonSerializable
Public Class MhsmPrivateEndpointConnectionProperties
Implements IMhsmPrivateEndpointConnectionProperties
- Inheritance
-
MhsmPrivateEndpointConnectionProperties
- Attributes
- Implements
Constructors
MhsmPrivateEndpointConnectionProperties() |
Creates an new MhsmPrivateEndpointConnectionProperties instance. |
Properties
PrivateEndpointId |
Full identifier of the private endpoint resource. |
PrivateLinkServiceConnectionStateActionsRequired |
A message indicating if changes on the service provider require any updates on the consumer. |
PrivateLinkServiceConnectionStateDescription |
The reason for approval or rejection. |
PrivateLinkServiceConnectionStateStatus |
Indicates whether the connection has been approved, rejected or removed by the key vault owner. |
ProvisioningState |
Provisioning state of the private endpoint connection. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmPrivateEndpointConnectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmPrivateEndpointConnectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnectionProperties. |
FromJsonString(String) |
Creates a new instance of MhsmPrivateEndpointConnectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmPrivateEndpointConnectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |