Class PrivateLinkResourcesInner
java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.PrivateLinkResourcesInner
The available private link resources for a provisioning service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of available private link resources for a provisioning service.withValue
(List<GroupIdInformationInner> value) Set the value property: The list of available private link resources for a provisioning service.
-
Constructor Details
-
PrivateLinkResourcesInner
public PrivateLinkResourcesInner()
-
-
Method Details
-
value
Get the value property: The list of available private link resources for a provisioning service.- Returns:
- the value value.
-
withValue
Set the value property: The list of available private link resources for a provisioning service.- Parameters:
value
- the value value to set.- Returns:
- the PrivateLinkResourcesInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-