Interface Startable<T extends IAzureResourceEntity>
-
- All Superinterfaces:
IAzureBaseResource<IAzureBaseResource,IAzureBaseResource>,IAzureResource<T>
public interface Startable<T extends IAzureResourceEntity> extends IAzureResource<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.entity.IAzureBaseResource
IAzureBaseResource.Status
-
-
Field Summary
-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.entity.IAzureBaseResource
REST_SEGMENT_JOB_MANAGEMENT_RESOURCE, REST_SEGMENT_JOB_MANAGEMENT_TENANTID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanisRestartable()default booleanisStartable()default booleanisStoppable()voidrestart()voidstart()voidstop()-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.entity.IAzureBaseResource
exists, portalUrl, refreshStatus, resourceGroup, status, subscription, subscriptionId
-
-