Sdílet prostřednictvím


MhsmPrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourcePropertiesTypeConverter))]
public class MhsmPrivateLinkResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourcePropertiesTypeConverter))>]
type MhsmPrivateLinkResourceProperties = class
    interface IMhsmPrivateLinkResourceProperties
    interface IJsonSerializable
Public Class MhsmPrivateLinkResourceProperties
Implements IMhsmPrivateLinkResourceProperties
Inheritance
MhsmPrivateLinkResourceProperties
Attributes
Implements

Constructors

MhsmPrivateLinkResourceProperties()

Creates an new MhsmPrivateLinkResourceProperties instance.

Properties

GroupId

Group identifier of private link resource.

RequiredMember

Required member names of private link resource.

RequiredZoneName

Required DNS zone names of the the private link resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MhsmPrivateLinkResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MhsmPrivateLinkResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResourceProperties.

FromJsonString(String)

Creates a new instance of MhsmPrivateLinkResourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MhsmPrivateLinkResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to