Interface AzResourceBase
-
- All Known Subinterfaces:
AzResource<T,P,R>,Startable
- All Known Implementing Classes:
AbstractAzResource,AbstractAzServiceSubscription,AzResource.None,GenericResource,ResourceDeployment,ResourceDeploymentDraft,ResourceGroup,ResourceGroupDraft,ResourcesServiceSubscription
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()
-
getSubscription
@Nonnull Subscription getSubscription()
-
getFormalStatus
default AzResourceBase.FormalStatus getFormalStatus()
-
-