PrivateLinkResourcesInner Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceprovisioningservices.fluent.models.PrivateLinkResourcesInner

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<GroupIdInformationInner> value()

Get the value property: The list of available private link resources for a provisioning service.

PrivateLinkResourcesInner 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 value()

Get the value property: The list of available private link resources for a provisioning service.

Returns:

the value value.

withValue

public PrivateLinkResourcesInner withValue(List value)

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.

Applies to