IMhsmPrivateLinkResource 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.MhsmPrivateLinkResourceTypeConverter))]
public interface IMhsmPrivateLinkResource : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IManagedHsmResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceTypeConverter))>]
type IMhsmPrivateLinkResource = interface
interface IJsonSerializable
interface IManagedHsmResource
Public Interface IMhsmPrivateLinkResource
Implements IManagedHsmResource
- Derived
- Attributes
- Implements
Properties
GroupId |
Group identifier of private link resource. |
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) |
RequiredMember |
Required member names of private link resource. |
RequiredZoneName |
Required DNS zone names of the the private link resource. |
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) |