Uses of Class
com.azure.resourcemanager.deploymentmanager.models.ServiceUnitProperties
Packages that use ServiceUnitProperties
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceUnitProperties in com.azure.resourcemanager.deploymentmanager.fluent.models
Modifier and TypeClassDescriptionfinal classThe properties that define the service unit. -
Uses of ServiceUnitProperties in com.azure.resourcemanager.deploymentmanager.models
Subclasses of ServiceUnitProperties in com.azure.resourcemanager.deploymentmanager.modelsMethods in com.azure.resourcemanager.deploymentmanager.models that return ServiceUnitPropertiesModifier and TypeMethodDescriptionServiceUnitProperties.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnitProperties.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitProperties.withTargetResourceGroup(String targetResourceGroup) Set the targetResourceGroup property: The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.