public final class PrivateLinkResourceProperties extends Object
| Constructor and Description |
|---|
PrivateLinkResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
groupId()
Get the groupId property: The group ID of the private link resource.
|
List<String> |
requiredMembers()
Get the requiredMembers property: The list of required members of the private link resource.
|
List<String> |
requiredZoneNames()
Get the requiredZoneNames property: The list of required DNS zone names of the private link resource.
|
List<ShareablePrivateLinkResourceType> |
shareablePrivateLinkResourceTypes()
Get the shareablePrivateLinkResourceTypes property: The list of resources that are onboarded to private link
service, that are supported by Azure Cognitive Search.
|
void |
validate()
Validates the instance.
|
public String groupId()
public List<String> requiredMembers()
public List<String> requiredZoneNames()
public List<ShareablePrivateLinkResourceType> shareablePrivateLinkResourceTypes()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.