PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated

Implements

public class PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated
implements JsonSerializable<PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated>

The PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated model.

Constructor Summary

Constructor Description
PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated()

Creates an instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated class.

Method Summary

Modifier and Type Method and Description
static PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated from the JsonReader.

String id()

Get the id property: The id property.

PrivateEndpointConnectionProperties properties()

Get the properties property: Properties of a private endpoint connection.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withId(String id)

Set the id property: The id property.

PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Properties of a private endpoint connection.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated

public PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated()

Creates an instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated class.

Method Details

fromJson

public static PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated.

id

public String id()

Get the id property: The id property.

Returns:

the id value.

properties

public PrivateEndpointConnectionProperties properties()

Get the properties property: Properties of a private endpoint connection.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withId

public PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withId(String id)

Set the id property: The id property.

Parameters:

id - the id value to set.

Returns:

the PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated object itself.

withProperties

public PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Properties of a private endpoint connection.

Parameters:

properties - the properties value to set.

Returns:

the PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated object itself.

Applies to