public final class ResourceId extends Object
Modifier and Type | Method and Description |
---|---|
static ResourceId |
fromString(String id)
Returns parsed ResourceId object for a given resource id.
|
String |
fullResourceType() |
String |
id() |
String |
name() |
ResourceId |
parent() |
String |
providerNamespace() |
String |
resourceGroupName() |
String |
resourceType() |
String |
subscriptionId() |
public static ResourceId fromString(String id)
id
- of the resourcepublic String subscriptionId()
public String resourceGroupName()
public String name()
public ResourceId parent()
public String providerNamespace()
public String resourceType()
public String fullResourceType()
public String id()
Copyright © 2019. All rights reserved.