Class PrivateLinkResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.monitor.fluent.models.PrivateLinkResourceInner
-
public class PrivateLinkResourceInner extends com.azure.core.management.ProxyResourceA private link resource.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgroupId()Get the groupId property: The private link resource group id.List<String>requiredMembers()Get the requiredMembers property: The private link resource required member names.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
groupId
public String groupId()
Get the groupId property: The private link resource group id.- Returns:
- the groupId value.
-
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The private link resource required member names.- Returns:
- the requiredMembers value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-