Class PrivateEndpointConnectionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionInner
public final class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
The private endpoint connection of a Digital Twin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: The connection properties.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the private endpoint connection.void
validate()
Validates the instance.withProperties
(ConnectionProperties properties) Set the properties property: The connection properties.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
-
-
Method Details
-
properties
Get the properties property: The connection properties.- Returns:
- the properties value.
-
withProperties
Set the properties property: The connection properties.- Parameters:
properties
- the properties value to set.- Returns:
- the PrivateEndpointConnectionInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the private endpoint connection.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-