GroupIdInformationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. models. GroupIdInformationProperties
- com.
public final class GroupIdInformationProperties
The properties for a group information object.
Constructor Summary
Constructor | Description | |
---|---|---|
GroupIdInformationProperties() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
groupId()
Get the group |
List<String> |
requiredMembers()
Get the required |
List<String> |
requiredZoneNames()
Get the required |
void |
validate()
Validates the instance. |
Group |
withGroupId(String groupId)
Set the group |
Group |
withRequiredMembers(List<String> requiredMembers)
Set the required |
Group |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the required |
Methods inherited from java.lang.Object
Constructor Details
GroupIdInformationProperties
public GroupIdInformationProperties()
Method Details
groupId
public String groupId()
Get the groupId property: The group id.
Returns:
requiredMembers
public List
Get the requiredMembers property: The required members for a specific group id.
Returns:
requiredZoneNames
public List
Get the requiredZoneNames property: The required DNS zones for a specific group id.
Returns:
validate
public void validate()
Validates the instance.
withGroupId
public GroupIdInformationProperties withGroupId(String groupId)
Set the groupId property: The group id.
Parameters:
Returns:
withRequiredMembers
public GroupIdInformationProperties withRequiredMembers(List
Set the requiredMembers property: The required members for a specific group id.
Parameters:
Returns:
withRequiredZoneNames
public GroupIdInformationProperties withRequiredZoneNames(List
Set the requiredZoneNames property: The required DNS zones for a specific group id.
Parameters:
Returns:
Applies to
Azure SDK for Java