| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.provisioning.service.configs |
| Modifier and Type | Method and Description |
|---|---|
AllocationPolicy |
IndividualEnrollment.getAllocationPolicy()
Getter for the allocation policy.
|
AllocationPolicy |
EnrollmentGroup.getAllocationPolicy()
Getter for the allocation policy.
|
static AllocationPolicy |
AllocationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationPolicy[] |
AllocationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualEnrollment.setAllocationPolicy(AllocationPolicy allocationPolicy)
Setter for the allocation policy.
|
void |
EnrollmentGroup.setAllocationPolicy(AllocationPolicy allocationPolicy)
Setter for the allocation policy.
|
Copyright © 2021. All rights reserved.