你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpoint.PrivateLinkServiceConnection Interface
Implements
public static interface PrivateEndpoint.PrivateLinkServiceConnection
extends HasInnerModel<PrivateLinkServiceConnection>, ChildResource<PrivateEndpoint>
A client-side representation of a private link service connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isManualApproval()
Checks whether connection is manual approval. |
abstract String |
privateLinkResourceId()
Gets the resource ID that this connection connects to. |
abstract
Provisioning |
provisioningState()
Gets the provisioning state. |
abstract String |
requestMessage()
Gets the request message. |
abstract
Private |
state()
Gets the state of the connection. |
abstract
List<Private |
subResourceNames()
Gets the collection of sub resource names. |
Method Details
isManualApproval
public abstract boolean isManualApproval()
Checks whether connection is manual approval.
Returns:
privateLinkResourceId
public abstract String privateLinkResourceId()
Gets the resource ID that this connection connects to.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioning state.
Returns:
requestMessage
public abstract String requestMessage()
Gets the request message.
Returns:
state
public abstract PrivateLinkServiceConnectionState state()
Gets the state of the connection.
Returns:
subResourceNames
public abstract List
Gets the collection of sub resource names.
Returns: