共用方式為


PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

The private endpoint connection of a provisioning service.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Method Summary

Modifier and Type Method and Description
PrivateEndpointConnectionProperties properties()

Get the properties property: The properties of a private endpoint connection.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: The properties of a private endpoint connection.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Method Details

properties

public PrivateEndpointConnectionProperties properties()

Get the properties property: The properties of a private endpoint connection.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: The properties of a private endpoint connection.

Parameters:

properties - the properties value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to