Class PrivateEndpointConnectionRequestStatus
java.lang.Object
com.azure.resourcemanager.sql.models.PrivateEndpointConnectionRequestStatus
Contains the private endpoint connection requests status.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateEndpointConnectionRequestStatus class. -
Method Summary
Modifier and TypeMethodDescriptionGet the privateEndpointConnectionName property: The connection name for the private endpoint.Get the privateLinkServiceId property: Resource id for which the private endpoint is created.status()Get the status property: Status of this private endpoint connection.voidvalidate()Validates the instance.
-
Constructor Details
-
PrivateEndpointConnectionRequestStatus
public PrivateEndpointConnectionRequestStatus()Creates an instance of PrivateEndpointConnectionRequestStatus class.
-
-
Method Details
-
privateLinkServiceId
Get the privateLinkServiceId property: Resource id for which the private endpoint is created.- Returns:
- the privateLinkServiceId value.
-
privateEndpointConnectionName
Get the privateEndpointConnectionName property: The connection name for the private endpoint.- Returns:
- the privateEndpointConnectionName value.
-
status
Get the status property: Status of this private endpoint connection.- Returns:
- the status value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-