public class ApplicationGatewayPrivateLinkResourceInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayPrivateLinkResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
groupId()
Get the groupId property: Group identifier of private link resource.
|
String |
name()
Get the name property: Name of the private link resource that is unique within an Application Gateway.
|
List<String> |
requiredMembers()
Get the requiredMembers property: Required member names of private link resource.
|
List<String> |
requiredZoneNames()
Get the requiredZoneNames property: Required DNS zone names of the the private link resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayPrivateLinkResourceInner |
withName(String name)
Set the name property: Name of the private link resource that is unique within an Application Gateway.
|
ApplicationGatewayPrivateLinkResourceInner |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: Required DNS zone names of the the private link resource.
|
public ApplicationGatewayPrivateLinkResourceInner()
public String name()
public ApplicationGatewayPrivateLinkResourceInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String groupId()
public List<String> requiredMembers()
public List<String> requiredZoneNames()
public ApplicationGatewayPrivateLinkResourceInner withRequiredZoneNames(List<String> requiredZoneNames)
requiredZoneNames - the requiredZoneNames value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.