PrivateLinkResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. PrivateLinkResourceProperties
- com.
Implements
public final class PrivateLinkResourceProperties
implements JsonSerializable<PrivateLinkResourceProperties>
Properties of a private link resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
groupId()
Get the group |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Json |
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:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: GroupId of a private link resource.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: RequiredMembers of a private link resource.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: RequiredZoneNames of a private link resource.
Returns:
toJson
validate
public void validate()
Validates the instance.