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