ApplicationGatewayPrivateLinkResourceInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayPrivateLinkResourceInner
- com.
- com.
public final class ApplicationGatewayPrivateLinkResourceInner
extends SubResource
PrivateLink Resource of an application gateway.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
groupId()
Get the group |
| String |
name()
Get the name property: Name of the private link resource that is unique within an Application Gateway. |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationGatewayPrivateLinkResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayPrivateLinkResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: Group identifier of private link resource.
Returns:
name
public String name()
Get the name property: Name of the private link resource that is unique within an Application Gateway.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: Required member names of private link resource.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: Required DNS zone names of the the private link resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayPrivateLinkResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of the resource.
Returns:
validate
public void validate()
Validates the instance.