Uses of Class
org.jclouds.azurecompute.arm.domain.Deployment.ContentLink
-
Packages that use Deployment.ContentLink Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Deployment.ContentLink in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Deployment.ContentLink Modifier and Type Method Description static Deployment.ContentLinkDeployment.ContentLink. create(String uri, String contentVersion)abstract Deployment.ContentLinkDeployment.DeploymentProperties. parametersLink()abstract Deployment.ContentLinkDeployment.DeploymentProperties. templateLink()Methods in org.jclouds.azurecompute.arm.domain with parameters of type Deployment.ContentLink Modifier and Type Method Description static Deployment.DeploymentPropertiesDeployment.DeploymentProperties. create(String provisioningState, String correlationId, String timestamp, Map<String,JsonBall> outputs, List<Deployment.Provider> providers, List<Deployment.Dependency> dependencies, Map<String,JsonBall> template, Deployment.ContentLink templateLink, Map<String,JsonBall> parameters, Deployment.ContentLink parametersLink, String mode, String duration, List<Map<String,String>> outputResources)
-