Uses of Class
org.jclouds.azurecompute.arm.domain.Deployment.Provider
-
Packages that use Deployment.Provider Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Deployment.Provider in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Deployment.Provider Modifier and Type Method Description static Deployment.Provider
Deployment.Provider. create(String id, String namespace, String registrationState, List<Deployment.ProviderResourceType> resourceTypes)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Deployment.Provider Modifier and Type Method Description abstract List<Deployment.Provider>
Deployment.DeploymentProperties. providers()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Deployment.Provider Modifier and Type Method Description static Deployment.DeploymentProperties
Deployment.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)
-