Class PrivateEndpointConnectionProperties
java.lang.Object
com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionProperties
Private endpoint connection properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateEndpointConnectionProperties class. -
Method Summary
Modifier and TypeMethodDescriptiongroupIds()
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.
-
Constructor Details
-
PrivateEndpointConnectionProperties
public PrivateEndpointConnectionProperties()Creates an instance of PrivateEndpointConnectionProperties class.
-
-
Method Details
-
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 PrivateEndpointConnectionProperties 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 PrivateEndpointConnectionProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-