PrivateLinkResourceInner Class
- java.
lang. Object - ProxyResource
- com.
microsoft. azure. management. batch. implementation. PrivateLinkResourceInner
- com.
public class PrivateLinkResourceInner
Contains information about a private link resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the ETag of the resource, used for concurrency statements. |
String |
groupId()
Get the group id is used to establish the private link connection. |
List<String> |
requiredMembers()
Get the requiredMembers value. |
List<String> |
requiredZoneNames()
Get the requiredZoneNames value. |
Method Details
etag
public String etag()
Get the ETag of the resource, used for concurrency statements.
Returns:
groupId
public String groupId()
Get the group id is used to establish the private link connection.
Returns:
requiredMembers
public List
Get the requiredMembers value.
Returns:
requiredZoneNames
public List
Get the requiredZoneNames value.
Returns:
Applies to
Azure SDK for Java