Condividi tramite


MhsmPrivateLinkResource Class

public final class MhsmPrivateLinkResource
extends Resource

A private link resource.

Method Summary

Modifier and Type Method and Description
static MhsmPrivateLinkResource fromJson(JsonReader jsonReader)

Reads an instance of MhsmPrivateLinkResource from the JsonReader.

String groupId()

Get the groupId property: Group identifier of private link resource.

String id()

Get the id property: Fully qualified resource Id for the resource.

ManagedServiceIdentity identity()

Get the identity property: Managed service identity (system assigned and/or user assigned identities).

String name()

Get the name property: The name of the resource.

List<String> requiredMembers()

Get the requiredMembers property: Required member names of private link resource.

List<String> requiredZoneNames()

Get the requiredZoneNames property: Required DNS zone names of the the private link resource.

ManagedHsmSku sku()

Get the sku property: SKU details.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Method Details

fromJson

public static MhsmPrivateLinkResource fromJson(JsonReader jsonReader)

Reads an instance of MhsmPrivateLinkResource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MhsmPrivateLinkResource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

groupId

public String groupId()

Get the groupId property: Group identifier of private link resource.

Returns:

the groupId value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

MhsmPrivateLinkResource.id()

Returns:

the id value.

identity

public ManagedServiceIdentity identity()

Get the identity property: Managed service identity (system assigned and/or user assigned identities).

Returns:

the identity value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

MhsmPrivateLinkResource.name()

Returns:

the name value.

requiredMembers

public List<String> requiredMembers()

Get the requiredMembers property: Required member names of private link resource.

Returns:

the requiredMembers value.

requiredZoneNames

public List<String> requiredZoneNames()

Get the requiredZoneNames property: Required DNS zone names of the the private link resource.

Returns:

the requiredZoneNames value.

sku

public ManagedHsmSku sku()

Get the sku property: SKU details.

Returns:

the sku value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MhsmPrivateLinkResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

MhsmPrivateLinkResource.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to