Share via


PrivateLinkResource Interface

public interface PrivateLinkResource

An immutable client-side representation of PrivateLinkResource.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the etag property: The ETag of the resource, used for concurrency statements.

abstract String groupId()

Gets the groupId property: The group id is used to establish the private link connection.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract PrivateLinkResourceInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract List<String> requiredMembers()

Gets the requiredMembers property: The list of required members that are used to establish the private link connection.

abstract List<String> requiredZoneNames()

Gets the requiredZoneNames property: The list of required zone names for the private DNS resource name.

abstract Map<String,String> tags()

Gets the tags property: The tags of the resource.

abstract String type()

Gets the type property: The type of the resource.

Method Details

etag

public abstract String etag()

Gets the etag property: The ETag of the resource, used for concurrency statements.

Returns:

the etag value.

groupId

public abstract String groupId()

Gets the groupId property: The group id is used to establish the private link connection.

Returns:

the groupId value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract PrivateLinkResourceInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

requiredMembers

public abstract List<String> requiredMembers()

Gets the requiredMembers property: The list of required members that are used to establish the private link connection.

Returns:

the requiredMembers value.

requiredZoneNames

public abstract List<String> requiredZoneNames()

Gets the requiredZoneNames property: The list of required zone names for the private DNS resource name.

Returns:

the requiredZoneNames value.

tags

public abstract Map<String,String> tags()

Gets the tags property: The tags of the resource.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to