GroupIdInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. GroupIdInformationInner
- com.
public final class GroupIdInformationInner
The group information for creating a private endpoint on a provisioning service.
Constructor Summary
Constructor | Description | |
---|---|---|
GroupIdInformationInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
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 properties for a group information object. |
String |
type()
Get the type property: The resource type. |
void |
validate()
Validates the instance. |
Group |
withProperties(GroupIdInformationProperties properties)
Set the properties property: The properties for a group information object. |
Methods inherited from java.lang.Object
Constructor Details
GroupIdInformationInner
public GroupIdInformationInner()
Method Details
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 properties for a group information object.
Returns:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public GroupIdInformationInner withProperties(GroupIdInformationProperties properties)
Set the properties property: The properties for a group information object.
Parameters:
Returns:
Applies to
Azure SDK for Java