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 GroupIdInformationInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.GroupIdInformationInner object.

abstract String name()

Gets the name property: The resource name.

abstract GroupIdInformationProperties 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:

the id value.

innerModel

public abstract GroupIdInformationInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.GroupIdInformationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The resource name.

Returns:

the name value.

properties

public abstract GroupIdInformationProperties properties()

Gets the properties property: The properties for a group information object.

Returns:

the properties value.

type

public abstract String type()

Gets the type property: The resource type.

Returns:

the type value.

Applies to