你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.PrivateLinkResourceProperties

Implements

public final class PrivateLinkResourceProperties
implements JsonSerializable<PrivateLinkResourceProperties>

Properties of a private link resource.

Method Summary

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

Reads an instance of PrivateLinkResourceProperties from the JsonReader.

String groupId()

Get the groupId property: GroupId of a private link resource.

List<String> requiredMembers()

Get the requiredMembers property: RequiredMembers of a private link resource.

List<String> requiredZoneNames()

Get the requiredZoneNames property: RequiredZoneNames of a private link resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static PrivateLinkResourceProperties fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkResourceProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

groupId

public String groupId()

Get the groupId property: GroupId of a private link resource.

Returns:

the groupId value.

requiredMembers

public List<String> requiredMembers()

Get the requiredMembers property: RequiredMembers of a private link resource.

Returns:

the requiredMembers value.

requiredZoneNames

public List<String> requiredZoneNames()

Get the requiredZoneNames property: RequiredZoneNames of a private link resource.

Returns:

the requiredZoneNames value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to