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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java