NetworkFunctionVendorListResult Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionVendorListResult
- com.
public final class NetworkFunctionVendorListResult
The network function vendor list result.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionVendorListResult() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Network |
value()
Get the value property: A list of available network function vendors and skus. |
|
Network |
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:
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:
withValue
public NetworkFunctionVendorListResult withValue(List<NetworkFunctionVendorInner> value)
Set the value property: A list of available network function vendors and skus.
Parameters:
Returns: