Class PrivateLinkResource
java.lang.Object
com.microsoft.azure.management.compute.PrivateLinkResource
A private link resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroupId()
Get the private link resource group id.id()
Get private link resource Id.name()
Get private link resource name.Get the private link resource required member names.Get the private link resource DNS zone name.type()
Get private link resource type.withRequiredZoneNames
(List<String> requiredZoneNames) Set the private link resource DNS zone name.
-
Constructor Details
-
PrivateLinkResource
public PrivateLinkResource()
-
-
Method Details
-
groupId
Get the private link resource group id.- Returns:
- the groupId value
-
requiredMembers
Get the private link resource required member names.- Returns:
- the requiredMembers value
-
requiredZoneNames
Get the private link resource DNS zone name.- Returns:
- the requiredZoneNames value
-
withRequiredZoneNames
Set the private link resource DNS zone name.- Parameters:
requiredZoneNames
- the requiredZoneNames value to set- Returns:
- the PrivateLinkResource object itself.
-
id
Get private link resource Id.- Returns:
- the id value
-
name
Get private link resource name.- Returns:
- the name value
-
type
Get private link resource type.- Returns:
- the type value
-