Interface PrivateLinkResource
-
public interface PrivateLinkResourceAn immutable client-side representation of PrivateLinkResource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdisplayName()Gets the displayName property: The displayName property.StringgroupId()Gets the groupId property: The groupId property.Stringid()Gets the id property: Fully qualified identifier of the resource.PrivateLinkResourceInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner object.Stringname()Gets the name property: Name of the resource.List<String>requiredMembers()Gets the requiredMembers property: The requiredMembers property.List<String>requiredZoneNames()Gets the requiredZoneNames property: The requiredZoneNames property.Stringtype()Gets the type property: Type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified identifier of the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: Name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: Type of the resource.- Returns:
- the type value.
-
groupId
String groupId()
Gets the groupId property: The groupId property.- Returns:
- the groupId value.
-
displayName
String displayName()
Gets the displayName property: The displayName property.- Returns:
- the displayName value.
-
requiredMembers
List<String> requiredMembers()
Gets the requiredMembers property: The requiredMembers property.- Returns:
- the requiredMembers value.
-
requiredZoneNames
List<String> requiredZoneNames()
Gets the requiredZoneNames property: The requiredZoneNames property.- Returns:
- the requiredZoneNames value.
-
innerModel
PrivateLinkResourceInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner object.- Returns:
- the inner object.
-
-