IMhsmPrivateEndpointConnection Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionTypeConverter))]
public interface IMhsmPrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IManagedHsmResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateEndpointConnectionTypeConverter))>]
type IMhsmPrivateEndpointConnection = interface
interface IJsonSerializable
interface IManagedHsmResource
Public Interface IMhsmPrivateEndpointConnection
Implements IManagedHsmResource
- Derived
- Attributes
- Implements
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. (Inherited from IManagedHsmResource) |
| IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IManagedHsmResource) |
| IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IManagedHsmResource) |
| IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). (Inherited from IManagedHsmResource) |
| 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. (Inherited from IManagedHsmResource) |
| Location |
The supported Azure location where the managed HSM Pool should be created. (Inherited from IManagedHsmResource) |
| Name |
The name of the managed HSM Pool. (Inherited from IManagedHsmResource) |
| 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. |
| RetryAfter | |
| SkuFamily |
SKU Family of the managed HSM Pool (Inherited from IManagedHsmResource) |
| SkuName |
SKU of the managed HSM Pool (Inherited from IManagedHsmResource) |
| SystemDataCreatedAt |
The timestamp of the key vault resource creation (UTC). (Inherited from IManagedHsmResource) |
| SystemDataCreatedBy |
The identity that created the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataCreatedByType |
The type of identity that created the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedAt |
The timestamp of the key vault resource last modification (UTC). (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedBy |
The identity that last modified the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the key vault resource. (Inherited from IManagedHsmResource) |
| Tag |
Resource tags (Inherited from IManagedHsmResource) |
| Type |
The resource type of the managed HSM Pool. (Inherited from IManagedHsmResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |