PrivateLinkResourceInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. fluent. models. PrivateLinkResourceInner
- com.
Implements
public final class PrivateLinkResourceInner
implements JsonSerializable<PrivateLinkResourceInner>
Information of the private link resource.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkResourceInner() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
groupId()
Get the group |
| String |
id()
Get the id property: Fully qualified identifier of the resource. |
| String |
name()
Get the name property: Name of the resource. |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the resource. |
| void |
validate()
Validates the instance. |
|
Private |
withDisplayName(String displayName)
Set the display |
|
Private |
withGroupId(String groupId)
Set the group |
|
Private |
withId(String id)
Set the id property: Fully qualified identifier of the resource. |
|
Private |
withName(String name)
Set the name property: Name of the resource. |
|
Private |
withRequiredMembers(List<String> requiredMembers)
Set the required |
|
Private |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the required |
|
Private |
withType(String type)
Set the type property: Type of the resource. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourceInner
public PrivateLinkResourceInner()
Creates an instance of PrivateLinkResourceInner class.
Method Details
displayName
public String displayName()
Get the displayName property: The displayName property.
Returns:
fromJson
public static PrivateLinkResourceInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The groupId property.
Returns:
id
public String id()
Get the id property: Fully qualified identifier of the resource.
Returns:
name
public String name()
Get the name property: Name of the resource.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The requiredMembers property.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: The requiredZoneNames property.
Returns:
toJson
type
public String type()
Get the type property: Type of the resource.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public PrivateLinkResourceInner withDisplayName(String displayName)
Set the displayName property: The displayName property.
Parameters:
Returns:
withGroupId
public PrivateLinkResourceInner withGroupId(String groupId)
Set the groupId property: The groupId property.
Parameters:
Returns:
withId
public PrivateLinkResourceInner withId(String id)
Set the id property: Fully qualified identifier of the resource.
Parameters:
Returns:
withName
public PrivateLinkResourceInner withName(String name)
Set the name property: Name of the resource.
Parameters:
Returns:
withRequiredMembers
public PrivateLinkResourceInner withRequiredMembers(List<String> requiredMembers)
Set the requiredMembers property: The requiredMembers property.
Parameters:
Returns:
withRequiredZoneNames
public PrivateLinkResourceInner withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: The requiredZoneNames property.
Parameters:
Returns:
withType
public PrivateLinkResourceInner withType(String type)
Set the type property: Type of the resource.
Parameters:
Returns: