PrivateLinkResourceListResult Interface

public interface PrivateLinkResourceListResult

An immutable client-side representation of PrivateLinkResourceListResult.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceListResultInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner object.

abstract List<PrivateLinkResource> value()

Gets the value property: Array of private link resources.

Method Details

innerModel

public abstract PrivateLinkResourceListResultInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: Array of private link resources.

Returns:

the value value.

Applies to