PrivateEndpointConnectionInner Class
- java.
lang. Object - ProxyResource
- com.
microsoft. azure. management. batch. implementation. PrivateEndpointConnectionInner
- com.
public class PrivateEndpointConnectionInner
Contains information about a private link resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the ETag of the resource, used for concurrency statements. |
Private |
privateEndpoint()
Get the privateEndpoint value. |
Private |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState value. |
Private |
provisioningState()
Get possible values include: 'Succeeded', 'Updating', 'Failed'. |
Private |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint value. |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState value. |
Method Details
etag
public String etag()
Get the ETag of the resource, used for concurrency statements.
Returns:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint value.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState value.
Returns:
provisioningState
public PrivateEndpointConnectionProvisioningState provisioningState()
Get possible values include: 'Succeeded', 'Updating', 'Failed'.
Returns:
withPrivateEndpoint
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint value.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState value.
Parameters:
Returns:
Applies to
Azure SDK for Java