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