public class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
PrivateEndpointConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
groupId()
Get the groupId property: Group id of the private endpoint.
|
PrivateEndpointProperty |
privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.
|
PrivateLinkServiceConnectionStateProperty |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
|
String |
provisioningState()
Get the provisioningState property: Provisioning state of the private endpoint.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionInner |
withGroupId(String groupId)
Set the groupId property: Group id of the private endpoint.
|
PrivateEndpointConnectionInner |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
|
PrivateEndpointConnectionInner |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
|
PrivateEndpointConnectionInner |
withProvisioningState(String provisioningState)
Set the provisioningState property: Provisioning state of the private endpoint.
|
public PrivateEndpointProperty privateEndpoint()
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public String groupId()
public PrivateEndpointConnectionInner withGroupId(String groupId)
groupId - the groupId value to set.public String provisioningState()
public PrivateEndpointConnectionInner withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.