NetworkFunctionVendorInner Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. fluent. models. NetworkFunctionVendorInner
- com.
public final class NetworkFunctionVendorInner
The network function vendor.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionVendorInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Sku |
skuList()
Get the sku |
| void |
validate()
Validates the instance. |
| String |
vendorName()
Get the vendor |
|
Network |
withSkuList(List<SkuOverviewInner> skuList)
Set the sku |
|
Network |
withVendorName(String vendorName)
Set the vendor |
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:
validate
public void validate()
Validates the instance.
vendorName
public String vendorName()
Get the vendorName property: The network function vendor name.
Returns:
withSkuList
public NetworkFunctionVendorInner withSkuList(List<SkuOverviewInner> skuList)
Set the skuList property: The network function sku list.
Parameters:
Returns:
withVendorName
public NetworkFunctionVendorInner withVendorName(String vendorName)
Set the vendorName property: The network function vendor name.
Parameters:
Returns: