MhsmPrivateLinkResource 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.
A private link resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceTypeConverter))]
public class MhsmPrivateLinkResource : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceTypeConverter))>]
type MhsmPrivateLinkResource = class
interface IMhsmPrivateLinkResource
interface IJsonSerializable
interface IManagedHsmResource
interface IValidates
Public Class MhsmPrivateLinkResource
Implements IMhsmPrivateLinkResource, IValidates
- Inheritance
-
MhsmPrivateLinkResource
- Attributes
- Implements
Constructors
MhsmPrivateLinkResource() |
Creates an new MhsmPrivateLinkResource instance. |
Properties
GroupId |
Group identifier of private link resource. |
Id |
The Azure Resource Manager resource ID for the managed HSM Pool. |
Location |
The supported Azure location where the managed HSM Pool should be created. |
Name |
The name of the managed HSM Pool. |
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 |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmPrivateLinkResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmPrivateLinkResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResource. |
FromJsonString(String) |
Creates a new instance of MhsmPrivateLinkResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmPrivateLinkResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |