Поделиться через


VendorSkuInner Class

public final class VendorSkuInner
extends ProxyResource

Sku sub resource.

Constructor Summary

Constructor Description
VendorSkuInner()

Creates an instance of VendorSkuInner class.

Method Summary

Modifier and Type Method and Description
SkuDeploymentMode deploymentMode()

Get the deploymentMode property: The sku deployment mode.

Object managedApplicationParameters()

Get the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.

Object managedApplicationTemplate()

Get the managedApplicationTemplate property: The template for the managed application deployment.

NetworkFunctionTemplate networkFunctionTemplate()

Get the networkFunctionTemplate property: The template definition of the network function.

NetworkFunctionType networkFunctionType()

Get the networkFunctionType property: The network function type.

Boolean preview()

Get the preview property: Indicates if the vendor sku is in preview mode.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the vendor sku sub resource.

SkuType skuType()

Get the skuType property: The sku type.

SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

void validate()

Validates the instance.

VendorSkuInner withDeploymentMode(SkuDeploymentMode deploymentMode)

Set the deploymentMode property: The sku deployment mode.

VendorSkuInner withManagedApplicationParameters(Object managedApplicationParameters)

Set the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.

VendorSkuInner withManagedApplicationTemplate(Object managedApplicationTemplate)

Set the managedApplicationTemplate property: The template for the managed application deployment.

VendorSkuInner withNetworkFunctionTemplate(NetworkFunctionTemplate networkFunctionTemplate)

Set the networkFunctionTemplate property: The template definition of the network function.

VendorSkuInner withNetworkFunctionType(NetworkFunctionType networkFunctionType)

Set the networkFunctionType property: The network function type.

VendorSkuInner withPreview(Boolean preview)

Set the preview property: Indicates if the vendor sku is in preview mode.

VendorSkuInner withSkuType(SkuType skuType)

Set the skuType property: The sku type.

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:

the deploymentMode value.

managedApplicationParameters

public Object managedApplicationParameters()

Get the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.

Returns:

the managedApplicationParameters value.

managedApplicationTemplate

public Object managedApplicationTemplate()

Get the managedApplicationTemplate property: The template for the managed application deployment.

Returns:

the managedApplicationTemplate value.

networkFunctionTemplate

public NetworkFunctionTemplate networkFunctionTemplate()

Get the networkFunctionTemplate property: The template definition of the network function.

Returns:

the networkFunctionTemplate value.

networkFunctionType

public NetworkFunctionType networkFunctionType()

Get the networkFunctionType property: The network function type.

Returns:

the networkFunctionType value.

preview

public Boolean preview()

Get the preview property: Indicates if the vendor sku is in preview mode.

Returns:

the preview value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the vendor sku sub resource.

Returns:

the provisioningState value.

skuType

public SkuType skuType()

Get the skuType property: The sku type.

Returns:

the skuType value.

systemData

public SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withDeploymentMode

public VendorSkuInner withDeploymentMode(SkuDeploymentMode deploymentMode)

Set the deploymentMode property: The sku deployment mode.

Parameters:

deploymentMode - the deploymentMode value to set.

Returns:

the VendorSkuInner object itself.

withManagedApplicationParameters

public VendorSkuInner withManagedApplicationParameters(Object managedApplicationParameters)

Set the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.

Parameters:

managedApplicationParameters - the managedApplicationParameters value to set.

Returns:

the VendorSkuInner object itself.

withManagedApplicationTemplate

public VendorSkuInner withManagedApplicationTemplate(Object managedApplicationTemplate)

Set the managedApplicationTemplate property: The template for the managed application deployment.

Parameters:

managedApplicationTemplate - the managedApplicationTemplate value to set.

Returns:

the VendorSkuInner object itself.

withNetworkFunctionTemplate

public VendorSkuInner withNetworkFunctionTemplate(NetworkFunctionTemplate networkFunctionTemplate)

Set the networkFunctionTemplate property: The template definition of the network function.

Parameters:

networkFunctionTemplate - the networkFunctionTemplate value to set.

Returns:

the VendorSkuInner object itself.

withNetworkFunctionType

public VendorSkuInner withNetworkFunctionType(NetworkFunctionType networkFunctionType)

Set the networkFunctionType property: The network function type.

Parameters:

networkFunctionType - the networkFunctionType value to set.

Returns:

the VendorSkuInner object itself.

withPreview

public VendorSkuInner withPreview(Boolean preview)

Set the preview property: Indicates if the vendor sku is in preview mode.

Parameters:

preview - the preview value to set.

Returns:

the VendorSkuInner object itself.

withSkuType

public VendorSkuInner withSkuType(SkuType skuType)

Set the skuType property: The sku type.

Parameters:

skuType - the skuType value to set.

Returns:

the VendorSkuInner object itself.

Applies to