你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkResources Interface

public interface PrivateLinkResources

An immutable client-side representation of PrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourcesInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.PrivateLinkResourcesInner object.

abstract List<GroupIdInformation> value()

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

Method Details

innerModel

public abstract PrivateLinkResourcesInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.PrivateLinkResourcesInner object.

Returns:

the inner object.

value

public abstract List value()

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

Returns:

the value value.

Applies to