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.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayPrivateLinkResourceInner() |
Creates an instance of Application |
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. |
Application |
withId(String id) |
Application |
withName(String name)
Set the name property: Name of the private link resource that is unique within an Application Gateway. |
Application |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the required |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayPrivateLinkResourceInner
public ApplicationGatewayPrivateLinkResourceInner()
Creates an instance of ApplicationGatewayPrivateLinkResourceInner class.
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
Get the requiredMembers property: Required member names of private link resource.
Returns:
requiredZoneNames
public List
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.
withId
public ApplicationGatewayPrivateLinkResourceInner withId(String id)
Overrides:
ApplicationGatewayPrivateLinkResourceInner.withId(String id)Parameters:
withName
public ApplicationGatewayPrivateLinkResourceInner withName(String name)
Set the name property: Name of the private link resource that is unique within an Application Gateway.
Parameters:
Returns:
withRequiredZoneNames
public ApplicationGatewayPrivateLinkResourceInner withRequiredZoneNames(List
Set the requiredZoneNames property: Required DNS zone names of the the private link resource.
Parameters:
Returns:
Applies to
Azure SDK for Java