PrivateEndpointConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. PrivateEndpointConnectionProperties
- com.
Implements
public final class PrivateEndpointConnectionProperties
implements JsonSerializable<PrivateEndpointConnectionProperties>
Properties of a private endpoint connection.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionProperties() |
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 |
Private |
privateEndpoint()
Get the private |
Private |
privateLinkServiceConnectionState()
Get the private |
Private |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the private |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionProperties
public PrivateEndpointConnectionProperties()
Creates an instance of PrivateEndpointConnectionProperties class.
Method Details
fromJson
public static PrivateEndpointConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupIds
public List
Get the groupIds property: Group IDs.
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
validate
public void validate()
Validates the instance.
withPrivateEndpoint
public PrivateEndpointConnectionProperties withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
Parameters:
Returns:
Applies to
Azure SDK for Java