public abstract class Resource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Resource.Identity |
static class |
Resource.ResourceProperties |
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
static 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 |
managedBy() |
abstract String |
name() |
abstract Plan |
plan() |
abstract Resource.ResourceProperties |
properties() |
abstract SKU |
sku() |
abstract Map<String,String> |
tags() |
abstract String |
type() |
public abstract String id()
public abstract String name()
public abstract String type()
public abstract String location()
@Nullable public abstract Resource.Identity identity()
@Nullable public abstract Resource.ResourceProperties properties()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.