PrivateEndpointConnectionProxyInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceupdate. fluent. models. PrivateEndpointConnectionProxyInner
- com.
- com.
public final class PrivateEndpointConnectionProxyInner
extends ProxyResource
Private endpoint connection proxy details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateEndpointConnectionProxyInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: ETag from NRP. |
|
Private |
provisioningState()
Get the provisioning |
|
Remote |
remotePrivateEndpoint()
Get the remote |
| String |
status()
Get the status property: Operation status. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Private |
withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remote |
|
Private |
withStatus(String status)
Set the status property: Operation status. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionProxyInner
public PrivateEndpointConnectionProxyInner()
Method Details
etag
public String etag()
Get the etag property: ETag from NRP.
Returns:
provisioningState
public PrivateEndpointConnectionProxyProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.
Returns:
remotePrivateEndpoint
public RemotePrivateEndpoint remotePrivateEndpoint()
Get the remotePrivateEndpoint property: Remote private endpoint details.
Returns:
status
public String status()
Get the status property: Operation status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withRemotePrivateEndpoint
public PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remotePrivateEndpoint property: Remote private endpoint details.
Parameters:
Returns:
withStatus
public PrivateEndpointConnectionProxyInner withStatus(String status)
Set the status property: Operation status.
Parameters:
Returns: