PrivateLinkResourceInner Class

  • java.lang.Object
    • ProxyResource
      • com.microsoft.azure.management.batch.implementation.PrivateLinkResourceInner

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:

the etag value

groupId

public String groupId()

Get the group id is used to establish the private link connection.

Returns:

the groupId value

requiredMembers

public List requiredMembers()

Get the requiredMembers value.

Returns:

the requiredMembers value

requiredZoneNames

public List requiredZoneNames()

Get the requiredZoneNames value.

Returns:

the requiredZoneNames value

Applies to