PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

The private endpoint connection of an IotHub.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

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

Creates an instance of PrivateEndpointConnectionInner class.

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