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

PrivateEndpointConnectionInner 类

  • java.lang.Object
    • ProxyResource
      • com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner

public class PrivateEndpointConnectionInner

包含有关专用链接资源的信息。

方法摘要

修饰符和类型 方法和描述
String etag()

获取用于并发语句的资源的 ETag。

PrivateEndpoint privateEndpoint()

获取 privateEndpoint 值。

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

获取 privateLinkServiceConnectionState 值。

PrivateEndpointConnectionProvisioningState provisioningState()

获取可能的值包括:“Succeeded”、“Updateing”、“Failed”。

PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

设置 privateEndpoint 值。

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

设置 privateLinkServiceConnectionState 值。

方法详细信息

etag

public String etag()

获取用于并发语句的资源的 ETag。

Returns:

etag 值

privateEndpoint

public PrivateEndpoint privateEndpoint()

获取 privateEndpoint 值。

Returns:

privateEndpoint 值

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

获取 privateLinkServiceConnectionState 值。

Returns:

privateLinkServiceConnectionState 值

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

获取可能的值包括:“Succeeded”、“Updateing”、“Failed”。

Returns:

provisioningState 值

withPrivateEndpoint

public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

设置 privateEndpoint 值。

Parameters:

privateEndpoint - 要设置的 privateEndpoint 值

Returns:

PrivateEndpointConnectionInner 对象本身。

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

设置 privateLinkServiceConnectionState 值。

Parameters:

privateLinkServiceConnectionState - 要设置的 privateLinkServiceConnectionState 值

Returns:

PrivateEndpointConnectionInner 对象本身。

适用于