Share via


NetworkFunctionVendorListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.models.NetworkFunctionVendorListResult

public final class NetworkFunctionVendorListResult

The network function vendor list result.

Constructor Summary

Constructor Description
NetworkFunctionVendorListResult()

Creates an instance of NetworkFunctionVendorListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of results.

void validate()

Validates the instance.

List<NetworkFunctionVendorInner> value()

Get the value property: A list of available network function vendors and skus.

NetworkFunctionVendorListResult withValue(List<NetworkFunctionVendorInner> value)

Set the value property: A list of available network function vendors and skus.

Methods inherited from java.lang.Object

Constructor Details

NetworkFunctionVendorListResult

public NetworkFunctionVendorListResult()

Creates an instance of NetworkFunctionVendorListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<NetworkFunctionVendorInner> value()

Get the value property: A list of available network function vendors and skus.

Returns:

the value value.

withValue

public NetworkFunctionVendorListResult withValue(List<NetworkFunctionVendorInner> value)

Set the value property: A list of available network function vendors and skus.

Parameters:

value - the value value to set.

Returns:

the NetworkFunctionVendorListResult object itself.

Applies to