Uses of Class
org.jclouds.azurecompute.arm.domain.Resource.Identity
-
Packages that use Resource.Identity Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Resource.Identity in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Resource.Identity Modifier and Type Method Description static Resource.Identity
Resource.Identity. create(String principalId, String tenantId, String type)
abstract Resource.Identity
Resource. identity()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Resource.Identity Modifier and Type Method Description static Resource
Resource. create(String id, String name, String type, String location, Map<String,String> tags, Resource.Identity identity, SKU sku, String managedBy, String kind, Plan plan, Resource.ResourceProperties properties)
-