MhsmPrivateLinkResourceListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.keyvault.fluent.models.MhsmPrivateLinkResourceListResultInner

Implements

public final class MhsmPrivateLinkResourceListResultInner
implements JsonSerializable<MhsmPrivateLinkResourceListResultInner>

A list of private link resources.

Constructor Summary

Constructor Description
MhsmPrivateLinkResourceListResultInner()

Creates an instance of MhsmPrivateLinkResourceListResultInner class.

Method Summary

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

Reads an instance of MhsmPrivateLinkResourceListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<MhsmPrivateLinkResource> value()

Get the value property: Array of private link resources.

MhsmPrivateLinkResourceListResultInner withValue(List<MhsmPrivateLinkResource> value)

Set the value property: Array of private link resources.

Methods inherited from java.lang.Object

Constructor Details

MhsmPrivateLinkResourceListResultInner

public MhsmPrivateLinkResourceListResultInner()

Creates an instance of MhsmPrivateLinkResourceListResultInner class.

Method Details

fromJson

public static MhsmPrivateLinkResourceListResultInner fromJson(JsonReader jsonReader)

Reads an instance of MhsmPrivateLinkResourceListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the MhsmPrivateLinkResourceListResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of private link resources.

Returns:

the value value.

withValue

public MhsmPrivateLinkResourceListResultInner withValue(List value)

Set the value property: Array of private link resources.

Parameters:

value - the value value to set.

Returns:

the MhsmPrivateLinkResourceListResultInner object itself.

Applies to