共用方式為


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 ProvisioningState provisioningState()

Gets the provisioning state.

abstract String requestMessage()

Gets the request message.

abstract PrivateLinkServiceConnectionState state()

Gets the state of the connection.

abstract List<PrivateLinkSubResourceName> subResourceNames()

Gets the collection of sub resource names.

Method Details

isManualApproval

public abstract boolean isManualApproval()

Checks whether connection is manual approval.

Returns:

whether connection is manual approval.

privateLinkResourceId

public abstract String privateLinkResourceId()

Gets the resource ID that this connection connects to.

Returns:

the resource ID that this connection connects to.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioning state.

Returns:

the provisioning state.

requestMessage

public abstract String requestMessage()

Gets the request message.

Returns:

the request message.

state

public abstract PrivateLinkServiceConnectionState state()

Gets the state of the connection.

Returns:

the state of the connection.

subResourceNames

public abstract List subResourceNames()

Gets the collection of sub resource names.

Returns:

the collection of sub resource names.

Applies to