Share via


NetworkFunctionVendorInner Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.fluent.models.NetworkFunctionVendorInner

public final class NetworkFunctionVendorInner

The network function vendor.

Constructor Summary

Constructor Description
NetworkFunctionVendorInner()

Creates an instance of NetworkFunctionVendorInner class.

Method Summary

Modifier and Type Method and Description
List<SkuOverviewInner> skuList()

Get the skuList property: The network function sku list.

void validate()

Validates the instance.

String vendorName()

Get the vendorName property: The network function vendor name.

NetworkFunctionVendorInner withSkuList(List<SkuOverviewInner> skuList)

Set the skuList property: The network function sku list.

NetworkFunctionVendorInner withVendorName(String vendorName)

Set the vendorName property: The network function vendor name.

Methods inherited from java.lang.Object

Constructor Details

NetworkFunctionVendorInner

public NetworkFunctionVendorInner()

Creates an instance of NetworkFunctionVendorInner class.

Method Details

skuList

public List<SkuOverviewInner> skuList()

Get the skuList property: The network function sku list.

Returns:

the skuList value.

validate

public void validate()

Validates the instance.

vendorName

public String vendorName()

Get the vendorName property: The network function vendor name.

Returns:

the vendorName value.

withSkuList

public NetworkFunctionVendorInner withSkuList(List<SkuOverviewInner> skuList)

Set the skuList property: The network function sku list.

Parameters:

skuList - the skuList value to set.

Returns:

the NetworkFunctionVendorInner object itself.

withVendorName

public NetworkFunctionVendorInner withVendorName(String vendorName)

Set the vendorName property: The network function vendor name.

Parameters:

vendorName - the vendorName value to set.

Returns:

the NetworkFunctionVendorInner object itself.

Applies to