PrivateLinkHubInner Class

public final class PrivateLinkHubInner
extends Resource

A privateLinkHub.

Constructor Summary

Constructor Description
PrivateLinkHubInner()

Creates an instance of PrivateLinkHubInner class.

Method Summary

Modifier and Type Method and Description
List<PrivateEndpointConnectionForPrivateLinkHubBasic> privateEndpointConnections()

Get the privateEndpointConnections property: List of private endpoint connections.

String provisioningState()

Get the provisioningState property: PrivateLinkHub provisioning state.

void validate()

Validates the instance.

PrivateLinkHubInner withLocation(String location)
PrivateLinkHubInner withProvisioningState(String provisioningState)

Set the provisioningState property: PrivateLinkHub provisioning state.

PrivateLinkHubInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkHubInner

public PrivateLinkHubInner()

Creates an instance of PrivateLinkHubInner class.

Method Details

privateEndpointConnections

public List privateEndpointConnections()

Get the privateEndpointConnections property: List of private endpoint connections.

Returns:

the privateEndpointConnections value.

provisioningState

public String provisioningState()

Get the provisioningState property: PrivateLinkHub provisioning state.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withLocation

public PrivateLinkHubInner withLocation(String location)

Overrides:

PrivateLinkHubInner.withLocation(String location)

Parameters:

location

withProvisioningState

public PrivateLinkHubInner withProvisioningState(String provisioningState)

Set the provisioningState property: PrivateLinkHub provisioning state.

Parameters:

provisioningState - the provisioningState value to set.

Returns:

the PrivateLinkHubInner object itself.

withTags

public PrivateLinkHubInner withTags(Map tags)

Overrides:

PrivateLinkHubInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to