Class ConnectionStateProperties
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ConnectionStateProperties
-
public final class ConnectionStateProperties extends Object
The connection state of a managed private endpoint.
-
-
Constructor Summary
Constructors Constructor Description ConnectionStateProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
actionsRequired()
Get the actionsRequired property: The actions required on the managed private endpoint.String
description()
Get the description property: The managed private endpoint description.String
status()
Get the status property: The approval status.void
validate()
Validates the instance.
-
-
-
Method Detail
-
actionsRequired
public String actionsRequired()
Get the actionsRequired property: The actions required on the managed private endpoint.- Returns:
- the actionsRequired value.
-
description
public String description()
Get the description property: The managed private endpoint description.- Returns:
- the description value.
-
status
public String status()
Get the status property: The approval status.- Returns:
- the status value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-