你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnectionInner 类
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
public final class PrivateEndpointConnectionInner
extends ProxyResource
专用终结点连接资源。
构造函数摘要
构造函数 | 说明 |
---|---|
PrivateEndpointConnectionInner() |
创建专用 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Private |
privateEndpoint()
获取专用 |
Private |
privateLinkServiceConnectionState()
获取专用 |
Private |
provisioningState()
获取预配 |
void |
validate()
验证实例。 |
Private |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
设置专用 |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
设置专用 |
方法继承自 ProxyResource
方法继承自 java.lang.Object
构造函数详细信息
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
创建 PrivateEndpointConnectionInner 类的实例。
方法详细信息
privateEndpoint
public PrivateEndpoint privateEndpoint()
获取 privateEndpoint 属性:专用终结点的资源。
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
获取 privateLinkServiceConnectionState 属性:有关服务使用者和提供程序之间的连接状态的信息集合。
Returns:
provisioningState
public PrivateEndpointConnectionProvisioningState provisioningState()
获取 provisioningState 属性:专用终结点连接资源的预配状态。
Returns:
validate
public void validate()
验证实例。
withPrivateEndpoint
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
设置 privateEndpoint 属性:专用终结点的资源。
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
设置 privateLinkServiceConnectionState 属性:有关服务使用者和提供程序之间的连接状态的信息集合。
Parameters:
Returns: