Uses of Class
com.azure.resourcemanager.deploymentmanager.models.ServiceUnit
Packages that use ServiceUnit
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceUnit in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceUnitModifier and TypeMethodDescriptionServiceUnit.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnit.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.Set the name property: Name of the service unit.ServiceUnit.withSteps(List<RolloutStep> steps) Set the steps property: Detailed step information, if present.ServiceUnit.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.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type ServiceUnitModifier and TypeMethodDescriptionService.serviceUnits()Get the serviceUnits property: The detailed information about the units that make up the service.Method parameters in com.azure.resourcemanager.deploymentmanager.models with type arguments of type ServiceUnitModifier and TypeMethodDescriptionService.withServiceUnits(List<ServiceUnit> serviceUnits) Set the serviceUnits property: The detailed information about the units that make up the service.