PrivateLinkResourceListResultDescriptionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.healthcareapis.fluent.models.PrivateLinkResourceListResultDescriptionInner

public final class PrivateLinkResourceListResultDescriptionInner

A list of private link resources.

Constructor Summary

Constructor Description
PrivateLinkResourceListResultDescriptionInner()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<PrivateLinkResourceDescriptionInner> value()

Get the value property: Array of private link resources.

PrivateLinkResourceListResultDescriptionInner withValue(List<PrivateLinkResourceDescriptionInner> value)

Set the value property: Array of private link resources.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkResourceListResultDescriptionInner

public PrivateLinkResourceListResultDescriptionInner()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of private link resources.

Returns:

the value value.

withValue

public PrivateLinkResourceListResultDescriptionInner withValue(List value)

Set the value property: Array of private link resources.

Parameters:

value - the value value to set.

Returns:

the PrivateLinkResourceListResultDescriptionInner object itself.

Applies to