ManagedInstancePrivateLinkProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ManagedInstancePrivateLinkProperties

Implements

public final class ManagedInstancePrivateLinkProperties
implements JsonSerializable<ManagedInstancePrivateLinkProperties>

Properties of a private link resource.

Constructor Summary

Constructor Description
ManagedInstancePrivateLinkProperties()

Creates an instance of ManagedInstancePrivateLinkProperties class.

Method Summary

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

Reads an instance of ManagedInstancePrivateLinkProperties from the JsonReader.

String groupId()

Get the groupId property: The private link resource group id.

List<String> requiredMembers()

Get the requiredMembers property: The private link resource required member names.

List<String> requiredZoneNames()

Get the requiredZoneNames property: The private link resource required zone names.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ManagedInstancePrivateLinkProperties

public ManagedInstancePrivateLinkProperties()

Creates an instance of ManagedInstancePrivateLinkProperties class.

Method Details

fromJson

public static ManagedInstancePrivateLinkProperties fromJson(JsonReader jsonReader)

Reads an instance of ManagedInstancePrivateLinkProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedInstancePrivateLinkProperties 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 ManagedInstancePrivateLinkProperties.

groupId

public String groupId()

Get the groupId property: The private link resource group id.

Returns:

the groupId value.

requiredMembers

public List requiredMembers()

Get the requiredMembers property: The private link resource required member names.

Returns:

the requiredMembers value.

requiredZoneNames

public List requiredZoneNames()

Get the requiredZoneNames property: The private link resource required zone names.

Returns:

the requiredZoneNames value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to