PrivateLinkResourcesInner Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. PrivateLinkResourcesInner
- com.
public final class PrivateLinkResourcesInner
The available private link resources for a provisioning service.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateLinkResourcesInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
validate()
Validates the instance. |
|
List<Group |
value()
Get the value property: The list of available private link resources for a provisioning service. |
|
Private |
withValue(List<GroupIdInformationInner> value)
Set the value property: The list of available private link resources for a provisioning service. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourcesInner
public PrivateLinkResourcesInner()
Method Details
validate
public void validate()
Validates the instance.
value
public List<GroupIdInformationInner> value()
Get the value property: The list of available private link resources for a provisioning service.
Returns:
withValue
public PrivateLinkResourcesInner withValue(List<GroupIdInformationInner> value)
Set the value property: The list of available private link resources for a provisioning service.
Parameters:
Returns: