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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java