Uses of Class
com.microsoft.azure.management.resources.DeploymentProperties
-
Packages that use DeploymentProperties Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of DeploymentProperties in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return DeploymentProperties Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withDebugSetting(DebugSetting debugSetting)Set the debugSetting value.DeploymentPropertiesDeploymentProperties. withMode(DeploymentMode mode)Set the mode value.DeploymentPropertiesDeploymentProperties. withParameters(Object parameters)Set the parameters value.DeploymentPropertiesDeploymentProperties. withParametersLink(ParametersLink parametersLink)Set the parametersLink value.DeploymentPropertiesDeploymentProperties. withTemplate(Object template)Set the template value.DeploymentPropertiesDeploymentProperties. withTemplateLink(TemplateLink templateLink)Set the templateLink value.
-