Class Resource
java.lang.Object
org.jclouds.azurecompute.arm.domain.Resource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) abstract String
id()
abstract Resource.Identity
identity()
abstract String
kind()
abstract String
location()
abstract String
abstract String
name()
abstract Plan
plan()
abstract Resource.ResourceProperties
abstract SKU
sku()
tags()
abstract String
type()
-
Constructor Details
-
Resource
public Resource()
-
-
Method Details
-
id
-
name
-
type
-
location
-
tags
-
identity
-
sku
-
managedBy
-
kind
-
plan
-
properties
-
create
-