Class PrivateLinkResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner
public final class PrivateLinkResourceInner
extends com.azure.core.management.ProxyResource
Contains information about a private link resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateLinkResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: The ETag of the resource, used for concurrency statements.groupId()
Get the groupId property: The group id of the private link resource.Get the requiredMembers property: The list of required members that are used to establish the private link connection.Get the requiredZoneNames property: The list of required zone names for the private DNS resource name.void
validate()
Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PrivateLinkResourceInner
public PrivateLinkResourceInner()Creates an instance of PrivateLinkResourceInner class.
-
-
Method Details
-
etag
Get the etag property: The ETag of the resource, used for concurrency statements.- Returns:
- the etag value.
-
groupId
Get the groupId property: The group id of the private link resource.The group id is used to establish the private link connection.
- Returns:
- the groupId value.
-
requiredMembers
Get the requiredMembers property: The list of required members that are used to establish the private link connection.- Returns:
- the requiredMembers value.
-
requiredZoneNames
Get the requiredZoneNames property: The list of required zone names for the private DNS resource name.- Returns:
- the requiredZoneNames value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-