PrivateLinkResource Interface
public interface PrivateLinkResource
An interface representing a private link resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | groupId() |
abstract List<String> | requiredDnsZoneNames() |
abstract List<String> | requiredMemberNames() |
Method Details
groupId
public abstract String groupId()
Returns:
The group ID of Private link resource.
requiredDnsZoneNames
public abstract List
Returns:
The collection of DNS zone names of Private link resource.
requiredMemberNames
public abstract List
Returns:
The collection of required member names of Private link resource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java