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 group |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Private |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract List<String> |
requiredMembers()
Gets the required |
| abstract List<String> |
requiredZoneNames()
Gets the required |
| 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:
groupId
public abstract String groupId()
Gets the groupId property: The group id is used to establish the private link connection.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract PrivateLinkResourceInner innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
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:
requiredZoneNames
public abstract List<String> requiredZoneNames()
Gets the requiredZoneNames property: The list of required zone names for the private DNS resource name.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: The tags of the resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: