VendorSkuInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. hybridnetwork. fluent. models. VendorSkuInner
- com.
- com.
public final class VendorSkuInner
extends ProxyResource
Sku sub resource.
Constructor Summary
| Constructor | Description |
|---|---|
| VendorSkuInner() |
Creates an instance of Vendor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sku |
deploymentMode()
Get the deployment |
| Object |
managedApplicationParameters()
Get the managed |
| Object |
managedApplicationTemplate()
Get the managed |
|
Network |
networkFunctionTemplate()
Get the network |
|
Network |
networkFunctionType()
Get the network |
| Boolean |
preview()
Get the preview property: Indicates if the vendor sku is in preview mode. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Sku |
skuType()
Get the sku |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Vendor |
withDeploymentMode(SkuDeploymentMode deploymentMode)
Set the deployment |
|
Vendor |
withManagedApplicationParameters(Object managedApplicationParameters)
Set the managed |
|
Vendor |
withManagedApplicationTemplate(Object managedApplicationTemplate)
Set the managed |
|
Vendor |
withNetworkFunctionTemplate(NetworkFunctionTemplate networkFunctionTemplate)
Set the network |
|
Vendor |
withNetworkFunctionType(NetworkFunctionType networkFunctionType)
Set the network |
|
Vendor |
withPreview(Boolean preview)
Set the preview property: Indicates if the vendor sku is in preview mode. |
|
Vendor |
withSkuType(SkuType skuType)
Set the sku |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
VendorSkuInner
public VendorSkuInner()
Creates an instance of VendorSkuInner class.
Method Details
deploymentMode
public SkuDeploymentMode deploymentMode()
Get the deploymentMode property: The sku deployment mode.
Returns:
managedApplicationParameters
public Object managedApplicationParameters()
Get the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.
Returns:
managedApplicationTemplate
public Object managedApplicationTemplate()
Get the managedApplicationTemplate property: The template for the managed application deployment.
Returns:
networkFunctionTemplate
public NetworkFunctionTemplate networkFunctionTemplate()
Get the networkFunctionTemplate property: The template definition of the network function.
Returns:
networkFunctionType
public NetworkFunctionType networkFunctionType()
Get the networkFunctionType property: The network function type.
Returns:
preview
public Boolean preview()
Get the preview property: Indicates if the vendor sku is in preview mode.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the vendor sku sub resource.
Returns:
skuType
public SkuType skuType()
Get the skuType property: The sku type.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
validate
public void validate()
Validates the instance.
withDeploymentMode
public VendorSkuInner withDeploymentMode(SkuDeploymentMode deploymentMode)
Set the deploymentMode property: The sku deployment mode.
Parameters:
Returns:
withManagedApplicationParameters
public VendorSkuInner withManagedApplicationParameters(Object managedApplicationParameters)
Set the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.
Parameters:
Returns:
withManagedApplicationTemplate
public VendorSkuInner withManagedApplicationTemplate(Object managedApplicationTemplate)
Set the managedApplicationTemplate property: The template for the managed application deployment.
Parameters:
Returns:
withNetworkFunctionTemplate
public VendorSkuInner withNetworkFunctionTemplate(NetworkFunctionTemplate networkFunctionTemplate)
Set the networkFunctionTemplate property: The template definition of the network function.
Parameters:
Returns:
withNetworkFunctionType
public VendorSkuInner withNetworkFunctionType(NetworkFunctionType networkFunctionType)
Set the networkFunctionType property: The network function type.
Parameters:
Returns:
withPreview
public VendorSkuInner withPreview(Boolean preview)
Set the preview property: Indicates if the vendor sku is in preview mode.
Parameters:
Returns:
withSkuType
public VendorSkuInner withSkuType(SkuType skuType)
Set the skuType property: The sku type.
Parameters:
Returns: