PrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
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 |
---|---|
Private |
properties()
Get the properties property: The properties of a private endpoint connection. |
void |
validate()
Validates the instance. |
Private |
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:
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:
Returns: