ManagedInstancePrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedInstancePrivateEndpointConnectionInner
- com.
- com.
public final class ManagedInstancePrivateEndpointConnectionInner
extends ProxyResource
A private endpoint connection.
Constructor Summary
Constructor | Description |
---|---|
ManagedInstancePrivateEndpointConnectionInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Managed |
privateEndpoint()
Get the private |
Managed |
privateLinkServiceConnectionState()
Get the private |
String |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Managed |
withPrivateEndpoint(ManagedInstancePrivateEndpointProperty privateEndpoint)
Set the private |
Managed |
withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the private |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedInstancePrivateEndpointConnectionInner
public ManagedInstancePrivateEndpointConnectionInner()
Creates an instance of ManagedInstancePrivateEndpointConnectionInner class.
Method Details
fromJson
public static ManagedInstancePrivateEndpointConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstancePrivateEndpointConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedInstancePrivateEndpointConnectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedInstancePrivateEndpointConnectionInner.name()Returns:
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedInstancePrivateEndpointConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedInstancePrivateEndpointConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
withPrivateEndpoint
public ManagedInstancePrivateEndpointConnectionInner withPrivateEndpoint(ManagedInstancePrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public ManagedInstancePrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.
Parameters:
Returns:
Applies to
Azure SDK for Java