Class GroupIdInformationInner
java.lang.Object
com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationInner
The group information for creating a private endpoint on Digital Twin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the id property: The resource identifier.name()
Get the name property: The resource name.Get the properties property: The group information properties.type()
Get the type property: The resource type.void
validate()
Validates the instance.Set the id property: The resource identifier.withProperties
(GroupIdInformationProperties properties) Set the properties property: The group information properties.
-
Constructor Details
-
GroupIdInformationInner
public GroupIdInformationInner()
-
-
Method Details
-
properties
Get the properties property: The group information properties.- Returns:
- the properties value.
-
withProperties
Set the properties property: The group information properties.- Parameters:
properties
- the properties value to set.- Returns:
- the GroupIdInformationInner object itself.
-
id
Get the id property: The resource identifier.- Returns:
- the id value.
-
withId
Set the id property: The resource identifier.- Parameters:
id
- the id value to set.- Returns:
- the GroupIdInformationInner object itself.
-
name
Get the name property: The resource name.- Returns:
- the name value.
-
type
Get the type property: The resource type.- Returns:
- the type value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-