MhsmPrivateEndpointConnection 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.
Private endpoint connection resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionTypeConverter))]
public class MhsmPrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionTypeConverter))>]
type MhsmPrivateEndpointConnection = class
interface IMhsmPrivateEndpointConnection
interface IJsonSerializable
interface IManagedHsmResource
interface IValidates
interface IHeaderSerializable
Public Class MhsmPrivateEndpointConnection
Implements IHeaderSerializable, IMhsmPrivateEndpointConnection, IValidates
- Inheritance
-
MhsmPrivateEndpointConnection
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MhsmPrivateEndpointConnection() |
Creates an new MhsmPrivateEndpointConnection instance. |
Properties
| Name | Description |
|---|---|
| AzureAsyncOperation | |
| Etag |
Modified whenever there is a change in the state of private endpoint connection. |
| Id |
The Azure Resource Manager resource ID for the managed HSM Pool. |
| IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
| IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
| Location |
The supported Azure location where the managed HSM Pool should be created. |
| Name |
The name of the managed HSM Pool. |
| 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. |
| ResourceGroupName |
Gets the resource group name |
| RetryAfter | |
| SkuFamily |
SKU Family of the managed HSM Pool |
| SkuName |
SKU of the managed HSM Pool |
| SystemDataCreatedAt |
The timestamp of the key vault resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the key vault resource. |
| SystemDataCreatedByType |
The type of identity that created the key vault resource. |
| SystemDataLastModifiedAt |
The timestamp of the key vault resource last modification (UTC). |
| SystemDataLastModifiedBy |
The identity that last modified the key vault resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the key vault resource. |
| Tag |
Resource tags |
| Type |
The resource type of the managed HSM Pool. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmPrivateEndpointConnection. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmPrivateEndpointConnection. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateEndpointConnection. |
| FromJsonString(String) |
Creates a new instance of MhsmPrivateEndpointConnection, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmPrivateEndpointConnection into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IHeaderSerializable.ReadHeaders(HttpResponseHeaders) | |