ManagedInstancePrivateEndpointConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ManagedInstancePrivateEndpointConnectionProperties
- com.
Implements
public final class ManagedInstancePrivateEndpointConnectionProperties
implements JsonSerializable<ManagedInstancePrivateEndpointConnectionProperties>
Properties of a private endpoint connection.
Constructor Summary
Constructor | Description |
---|---|
ManagedInstancePrivateEndpointConnectionProperties() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Managed |
privateEndpoint()
Get the private |
Managed |
privateLinkServiceConnectionState()
Get the private |
String |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withPrivateEndpoint(ManagedInstancePrivateEndpointProperty privateEndpoint)
Set the private |
Managed |
withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
ManagedInstancePrivateEndpointConnectionProperties
public ManagedInstancePrivateEndpointConnectionProperties()
Creates an instance of ManagedInstancePrivateEndpointConnectionProperties class.
Method Details
fromJson
public static ManagedInstancePrivateEndpointConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstancePrivateEndpointConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
privateEndpoint
public ManagedInstancePrivateEndpointProperty privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.
Returns:
privateLinkServiceConnectionState
public ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: State of the Private Endpoint Connection.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrivateEndpoint
public ManagedInstancePrivateEndpointConnectionProperties withPrivateEndpoint(ManagedInstancePrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public ManagedInstancePrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
Parameters:
Returns:
Applies to
Azure SDK for Java