PrivateLinkResource Interface

public interface PrivateLinkResource

An immutable client-side representation of PrivateLinkResource.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: The displayName property.

abstract String groupId()

Gets the groupId property: The groupId property.

abstract String id()

Gets the id property: Fully qualified identifier of the resource.

abstract PrivateLinkResourceInner innerModel()

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

abstract String name()

Gets the name property: Name of the resource.

abstract List<String> requiredMembers()

Gets the requiredMembers property: The requiredMembers property.

abstract List<String> requiredZoneNames()

Gets the requiredZoneNames property: The requiredZoneNames property.

abstract String type()

Gets the type property: Type of the resource.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: The displayName property.

Returns:

the displayName value.

groupId

public abstract String groupId()

Gets the groupId property: The groupId property.

Returns:

the groupId value.

id

public abstract String id()

Gets the id property: Fully qualified identifier of the resource.

Returns:

the id value.

innerModel

public abstract PrivateLinkResourceInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of the resource.

Returns:

the name value.

requiredMembers

public abstract List requiredMembers()

Gets the requiredMembers property: The requiredMembers property.

Returns:

the requiredMembers value.

requiredZoneNames

public abstract List requiredZoneNames()

Gets the requiredZoneNames property: The requiredZoneNames property.

Returns:

the requiredZoneNames value.

type

public abstract String type()

Gets the type property: Type of the resource.

Returns:

the type value.

Applies to

Azure SDK for Java

Latest