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
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) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |