PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated Class

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

public class PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated

The PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated model.

Constructor Summary

Constructor Description
PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated()

Creates an instance of PrivateEndpointConnectionForPrivateLinkHubBasicAutoGenerated class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The id property.

PrivateEndpointConnectionProperties properties()

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

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

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.

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