Class PrivateEndpointConnectionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner
public final class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
Contains information about a private link resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateEndpointConnectionInner class. -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: The ETag of the resource, used for concurrency statements.groupIds()
Get the groupIds property: The group id of the private endpoint connection.Get the privateEndpoint property: The private endpoint of the private endpoint connection.Get the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Get the provisioningState property: The provisioning state of the private endpoint connection.void
validate()
Validates the instance.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()Creates an instance of PrivateEndpointConnectionInner class.
-
-
Method Details
-
etag
Get the etag property: The ETag of the resource, used for concurrency statements.- Returns:
- the etag value.
-
provisioningState
Get the provisioningState property: The provisioning state of the private endpoint connection.- Returns:
- the provisioningState value.
-
privateEndpoint
Get the privateEndpoint property: The private endpoint of the private endpoint connection.- Returns:
- the privateEndpoint value.
-
groupIds
Get the groupIds property: The group id of the private endpoint connection.The value has one and only one group id.
- Returns:
- the groupIds value.
-
privateLinkServiceConnectionState
Get the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.- Returns:
- the privateLinkServiceConnectionState value.
-
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.- Parameters:
privateLinkServiceConnectionState
- the privateLinkServiceConnectionState value to set.- Returns:
- the PrivateEndpointConnectionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-