PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Class
- java.
lang. Object - com.
azure. resourcemanager. search. models. PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
- com.
Implements
public final class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
implements JsonSerializable<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState>
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
actionsRequired()
Get the actions |
String |
description()
Get the description property: The description for the private link service connection state. |
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
Private |
status()
Get the status property: Status of the the private link service connection. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withActionsRequired(String actionsRequired)
Set the actions |
Private |
withDescription(String description)
Set the description property: The description for the private link service connection state. |
Private |
withStatus(PrivateLinkServiceConnectionStatus status)
Set the status property: Status of the the private link service connection. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()
Creates an instance of PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class.
Method Details
actionsRequired
public String actionsRequired()
Get the actionsRequired property: A description of any extra actions that may be required.
Returns:
description
public String description()
Get the description property: The description for the private link service connection state.
Returns:
fromJson
public static PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState from the JsonReader.
Parameters:
Returns:
Throws:
status
public PrivateLinkServiceConnectionStatus status()
Get the status property: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
Returns:
toJson
validate
public void validate()
Validates the instance.
withActionsRequired
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)
Set the actionsRequired property: A description of any extra actions that may be required.
Parameters:
Returns:
withDescription
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withDescription(String description)
Set the description property: The description for the private link service connection state.
Parameters:
Returns:
withStatus
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withStatus(PrivateLinkServiceConnectionStatus status)
Set the status property: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
Parameters:
Returns:
Applies to
Azure SDK for Java