PrivateEndpointConnectionForPrivateLinkHubInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated - com.
azure. resourcemanager. synapse. fluent. models. PrivateEndpointConnectionForPrivateLinkHubInner
- com.
- com.
public final class PrivateEndpointConnectionForPrivateLinkHubInner
extends PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated
The PrivateEndpointConnectionForPrivateLinkHub model.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionForPrivateLinkHubInner() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
name()
Get the name property: The name property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type property. |
| void |
validate()
Validates the instance. |
|
Private |
withId(String id)
Set the id property: The id property. |
|
Private |
withName(String name)
Set the name property: The name property. |
|
Private |
withProperties(PrivateEndpointConnectionProperties properties)
Set the properties property: Properties of a private endpoint connection. |
|
Private |
withType(String type)
Set the type property: The type property. |
Methods inherited from PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionForPrivateLinkHubInner
public PrivateEndpointConnectionForPrivateLinkHubInner()
Creates an instance of PrivateEndpointConnectionForPrivateLinkHubInner class.
Method Details
fromJson
public static PrivateEndpointConnectionForPrivateLinkHubInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionForPrivateLinkHubInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateEndpointConnectionForPrivateLinkHubInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type property.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
PrivateEndpointConnectionForPrivateLinkHubInner.validate()withId
public PrivateEndpointConnectionForPrivateLinkHubInner withId(String id)
Set the id property: The id property.
Overrides:
PrivateEndpointConnectionForPrivateLinkHubInner.withId(String id)Parameters:
withName
public PrivateEndpointConnectionForPrivateLinkHubInner withName(String name)
Set the name property: The name property.
Parameters:
Returns:
withProperties
public PrivateEndpointConnectionForPrivateLinkHubInner withProperties(PrivateEndpointConnectionProperties properties)
Set the properties property: Properties of a private endpoint connection.
Overrides:
PrivateEndpointConnectionForPrivateLinkHubInner.withProperties(PrivateEndpointConnectionProperties properties)Parameters:
withType
public PrivateEndpointConnectionForPrivateLinkHubInner withType(String type)
Set the type property: The type property.
Parameters:
Returns: