GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val catalogName: String, val deploymentName: String, val deviceGroupName: String, val productName: String, val resourceGroupName: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(catalogName: String, deploymentName: String, deviceGroupName: String, productName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of catalog

Link copied to clipboard

Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group.

Link copied to clipboard

Name of device group.

Link copied to clipboard

Name of product.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetDeploymentPlainArgs