PrivateEndpointConnectionForPrivateLinkHub Interface

public interface PrivateEndpointConnectionForPrivateLinkHub

An immutable client-side representation of PrivateEndpointConnectionForPrivateLinkHub.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: The id property.

abstract PrivateEndpointConnectionForPrivateLinkHubInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.PrivateEndpointConnectionForPrivateLinkHubInner object.

abstract String name()

Gets the name property: The name property.

abstract PrivateEndpointConnectionProperties properties()

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

abstract String type()

Gets the type property: The type property.

Method Details

id

public abstract String id()

Gets the id property: The id property.

Returns:

the id value.

innerModel

public abstract PrivateEndpointConnectionForPrivateLinkHubInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.PrivateEndpointConnectionForPrivateLinkHubInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name property.

Returns:

the name value.

properties

public abstract PrivateEndpointConnectionProperties properties()

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

Returns:

the properties value.

type

public abstract String type()

Gets the type property: The type property.

Returns:

the type value.

Applies to