Interface AzResourceBase
-
- All Known Subinterfaces:
AzResource<T,P,R>,IAzureBaseResource<T,P>,IAzureResource<T>
- All Known Implementing Classes:
AbstractAzResource,AbstractAzResourceManager,AbstractAzureResource,AzResource.None
public interface AzResourceBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAzResourceBase.FormalStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanexists()default AzResourceBase.FormalStatusgetFormalStatus()StringgetId()StringgetName()StringgetPortalUrl()StringgetResourceGroupName()StringgetStatus()SubscriptiongetSubscription()StringgetSubscriptionId()
-
-
-
Method Detail
-
exists
boolean exists()
-
getResourceGroupName
String getResourceGroupName()
-
getStatus
String getStatus()
-
getSubscription
Subscription getSubscription()
-
getPortalUrl
String getPortalUrl()
-
getFormalStatus
default AzResourceBase.FormalStatus getFormalStatus()
-
-