Class Resource
java.lang.Object
org.jclouds.azurecompute.arm.domain.Resource
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Resourcecreate(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) abstract Stringid()abstract Resource.Identityidentity()abstract Stringkind()abstract Stringlocation()abstract Stringabstract Stringname()abstract Planplan()abstract Resource.ResourcePropertiesabstract SKUsku()tags()abstract Stringtype() 
- 
Constructor Details
- 
Resource
public Resource() 
 - 
 - 
Method Details
- 
id
 - 
name
 - 
type
 - 
location
 - 
tags
 - 
identity
 - 
sku
 - 
managedBy
 - 
kind
 - 
plan
 - 
properties
 - 
create
 
 -