public class PrivateEndpointConnectionInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
PrivateEndpointConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: Modified whenever there is a change in the state of private endpoint connection.
|
PrivateEndpoint |
privateEndpoint()
Get the privateEndpoint property: Properties of the private endpoint object.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Approval state of the private link connection.
|
PrivateEndpointConnectionProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning state of the private endpoint connection.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionInner |
withEtag(String etag)
Set the etag property: Modified whenever there is a change in the state of private endpoint connection.
|
PrivateEndpointConnectionInner |
withLocation(String location) |
PrivateEndpointConnectionInner |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Properties of the private endpoint object.
|
PrivateEndpointConnectionInner |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Approval state of the private link connection.
|
PrivateEndpointConnectionInner |
withTags(Map<String,String> tags) |
public String etag()
public PrivateEndpointConnectionInner withEtag(String etag)
etag - the etag value to set.public PrivateEndpoint privateEndpoint()
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public PrivateEndpointConnectionProvisioningState provisioningState()
public PrivateEndpointConnectionInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic PrivateEndpointConnectionInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.