GroupIdInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. digitaltwins. fluent. models. GroupIdInformationInner
- com.
Implements
public final class GroupIdInformationInner
implements JsonSerializable<GroupIdInformationInner>
The group information for creating a private endpoint on Digital Twin.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupIdInformationInner() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
| String |
id()
Get the id property: The resource identifier. |
| String |
name()
Get the name property: The resource name. |
|
Group |
properties()
Get the properties property: The group information properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Group |
withId(String id)
Set the id property: The resource identifier. |
|
Group |
withProperties(GroupIdInformationProperties properties)
Set the properties property: The group information properties. |
Methods inherited from java.lang.Object
Constructor Details
GroupIdInformationInner
public GroupIdInformationInner()
Creates an instance of GroupIdInformationInner class.
Method Details
fromJson
public static GroupIdInformationInner fromJson(JsonReader jsonReader)
Reads an instance of GroupIdInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The resource identifier.
Returns:
name
public String name()
Get the name property: The resource name.
Returns:
properties
public GroupIdInformationProperties properties()
Get the properties property: The group information properties.
Returns:
toJson
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public GroupIdInformationInner withId(String id)
Set the id property: The resource identifier.
Parameters:
Returns:
withProperties
public GroupIdInformationInner withProperties(GroupIdInformationProperties properties)
Set the properties property: The group information properties.
Parameters:
Returns: