NetworkProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.models.NetworkProperties

public final class NetworkProperties

The network properties.

Constructor Summary

Constructor Description
NetworkProperties()

Creates an instance of NetworkProperties class.

Method Summary

Modifier and Type Method and Description
PrivateLink privateLink()

Get the privateLink property: Indicates whether or not private link is enabled.

ResourceProviderConnection resourceProviderConnection()

Get the resourceProviderConnection property: The direction for the resource provider connection.

void validate()

Validates the instance.

NetworkProperties withPrivateLink(PrivateLink privateLink)

Set the privateLink property: Indicates whether or not private link is enabled.

NetworkProperties withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)

Set the resourceProviderConnection property: The direction for the resource provider connection.

Methods inherited from java.lang.Object

Constructor Details

NetworkProperties

public NetworkProperties()

Creates an instance of NetworkProperties class.

Method Details

privateLink

public PrivateLink privateLink()

Get the privateLink property: Indicates whether or not private link is enabled.

Returns:

the privateLink value.

resourceProviderConnection

public ResourceProviderConnection resourceProviderConnection()

Get the resourceProviderConnection property: The direction for the resource provider connection.

Returns:

the resourceProviderConnection value.

validate

public void validate()

Validates the instance.

withPrivateLink

public NetworkProperties withPrivateLink(PrivateLink privateLink)

Set the privateLink property: Indicates whether or not private link is enabled.

Parameters:

privateLink - the privateLink value to set.

Returns:

the NetworkProperties object itself.

withResourceProviderConnection

public NetworkProperties withResourceProviderConnection(ResourceProviderConnection resourceProviderConnection)

Set the resourceProviderConnection property: The direction for the resource provider connection.

Parameters:

resourceProviderConnection - the resourceProviderConnection value to set.

Returns:

the NetworkProperties object itself.

Applies to