public class PrivateLinkResource
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
PrivateLinkResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
groupId()
Get the groupId property: Group identifier of private link resource.
|
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.
|
void |
validate()
Validates the instance.
|
PrivateLinkResource |
withLocation(String location) |
PrivateLinkResource |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: Required DNS zone names of the the private link resource.
|
PrivateLinkResource |
withTags(Map<String,String> tags) |
public String groupId()
public List<String> requiredMembers()
public List<String> requiredZoneNames()
public PrivateLinkResource withRequiredZoneNames(List<String> requiredZoneNames)
requiredZoneNames - the requiredZoneNames value to set.public PrivateLinkResource withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic PrivateLinkResource withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.