get Deployment
Get a Deployment. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name. API Version: 2022-09-01-preview.
Return
An deployment resource belonging to a device group resource.
Parameters
argument
null
suspend fun getDeployment(catalogName: String, deploymentName: String, deviceGroupName: String, productName: String, resourceGroupName: String): GetDeploymentResult
Return
An deployment resource belonging to a device group resource.
Parameters
catalog Name
Name of catalog
deployment Name
Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group.
device Group Name
Name of device group.
product Name
Name of product.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
Return
An deployment resource belonging to a device group resource.
Parameters
argument
Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.GetDeploymentPlainArgs.