GroupIdInformation Interface
public interface GroupIdInformation
An immutable client-side representation of GroupIdInformation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets the id property: The resource identifier. |
abstract
Group |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: The resource name. |
abstract
Group |
properties()
Gets the properties property: The properties for a group information object. |
abstract String |
type()
Gets the type property: The resource type. |
Method Details
id
public abstract String id()
Gets the id property: The resource identifier.
Returns:
innerModel
public abstract GroupIdInformationInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.GroupIdInformationInner object.
Returns:
name
public abstract String name()
Gets the name property: The resource name.
Returns:
properties
public abstract GroupIdInformationProperties properties()
Gets the properties property: The properties for a group information object.
Returns:
type
public abstract String type()
Gets the type property: The resource type.
Returns:
Applies to
Azure SDK for Java