PrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. webpubsub. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
public final class PrivateEndpointConnectionInner
extends ProxyResource
A private endpoint connection to an azure resource.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionInner() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
groupIds()
Get the group |
|
Private |
privateEndpoint()
Get the private |
|
Private |
privateLinkServiceConnectionState()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Private |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the private |
|
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
Creates an instance of PrivateEndpointConnectionInner class.
Method Details
groupIds
public List<String> groupIds()
Get the groupIds property: Group IDs.
Returns:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint property: Private endpoint.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
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.
withPrivateEndpoint
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Private endpoint.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
Parameters:
Returns: