public class PrivateLinkResource
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
PrivateLinkResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
groupId()
Get the groupId property: The private link resource group id.
|
List<String> |
requiredMembers()
Get the requiredMembers property: The private link resource required member names.
|
List<String> |
requiredZoneNames()
Get the requiredZoneNames property: The private link resource Private link DNS zone name.
|
void |
validate()
Validates the instance.
|
PrivateLinkResource |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: The private link resource Private link DNS zone name.
|
public String groupId()
public List<String> requiredMembers()
public List<String> requiredZoneNames()
public PrivateLinkResource withRequiredZoneNames(List<String> requiredZoneNames)
requiredZoneNames - the requiredZoneNames value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.