Interface GroupIdInformation
public interface GroupIdInformation
An immutable client-side representation of GroupIdInformation.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: The resource identifier.Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationInner object.name()
Gets the name property: The resource name.Gets the properties property: The group information properties.type()
Gets the type property: The resource type.
-
Method Details
-
properties
GroupIdInformationProperties properties()Gets the properties property: The group information properties.- Returns:
- the properties value.
-
id
String id()Gets the id property: The resource identifier.- Returns:
- the id value.
-
name
String name()Gets the name property: The resource name.- Returns:
- the name value.
-
type
String type()Gets the type property: The resource type.- Returns:
- the type value.
-
innerModel
GroupIdInformationInner innerModel()Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationInner object.- Returns:
- the inner object.
-