PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated
- com.
Implements
public class PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated
implements JsonSerializable<PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated>
The PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated model.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
id()
Get the id property: The id property. |
|
Private |
properties()
Get the properties property: Properties of a private endpoint connection. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Private |
withId(String id)
Set the id property: The id property. |
|
Private |
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:
Returns:
Throws:
id
public String id()
Get the id property: The id property.
Returns:
properties
public PrivateEndpointConnectionProperties properties()
Get the properties property: Properties of a private endpoint connection.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withId(String id)
Set the id property: The id property.
Parameters:
Returns:
withProperties
public PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated withProperties(PrivateEndpointConnectionProperties properties)
Set the properties property: Properties of a private endpoint connection.
Parameters:
Returns: