PrivateEndpointProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.PrivateEndpointProperties

public final class PrivateEndpointProperties

The properties associated with a private endpoint.

Constructor Summary

Constructor Description
PrivateEndpointProperties()

Creates an instance of PrivateEndpointProperties class.

Method Summary

Modifier and Type Method and Description
String createdDate()

Get the createdDate property: The date when this private endpoint was created.

List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections()

Get the manualPrivateLinkServiceConnections property: A list of connections to the remote resource.

void validate()

Validates the instance.

PrivateEndpointProperties withManualPrivateLinkServiceConnections(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)

Set the manualPrivateLinkServiceConnections property: A list of connections to the remote resource.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointProperties

public PrivateEndpointProperties()

Creates an instance of PrivateEndpointProperties class.

Method Details

createdDate

public String createdDate()

Get the createdDate property: The date when this private endpoint was created.

Returns:

the createdDate value.

manualPrivateLinkServiceConnections

public List manualPrivateLinkServiceConnections()

Get the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.

Returns:

the manualPrivateLinkServiceConnections value.

validate

public void validate()

Validates the instance.

withManualPrivateLinkServiceConnections

public PrivateEndpointProperties withManualPrivateLinkServiceConnections(List manualPrivateLinkServiceConnections)

Set the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.

Parameters:

manualPrivateLinkServiceConnections - the manualPrivateLinkServiceConnections value to set.

Returns:

the PrivateEndpointProperties object itself.

Applies to