PrivateLinkResource Interface
public interface PrivateLinkResource
An interface representing a private link resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
groupId()
Gets the group ID of Private link resource. |
abstract List<String> |
requiredDnsZoneNames()
Gets the collection of DNS zone names of Private link resource. |
abstract List<String> |
requiredMemberNames()
Gets the collection of required member names of Private link resource. |
Method Details
groupId
public abstract String groupId()
Gets the group ID of Private link resource.
Returns:
requiredDnsZoneNames
public abstract List
Gets the collection of DNS zone names of Private link resource.
Returns:
requiredMemberNames
public abstract List
Gets the collection of required member names of Private link resource.
Returns:
Applies to
Azure SDK for Java