public abstract class ResourceGroupAndName extends Object
Modifier | Constructor and Description |
---|---|
protected |
ResourceGroupAndName() |
Modifier and Type | Method and Description |
---|---|
static ResourceGroupAndName |
fromResourceGroupAndName(String resourceGroup,
String name) |
static ResourceGroupAndName |
fromSlashEncoded(String id) |
abstract String |
name() |
abstract String |
resourceGroup() |
String |
slashEncode() |
public abstract String resourceGroup()
public abstract String name()
public static ResourceGroupAndName fromSlashEncoded(String id)
public static ResourceGroupAndName fromResourceGroupAndName(String resourceGroup, String name)
public String slashEncode()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.