Class SpringCloudClusterModule
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>
-
- com.microsoft.azure.toolkit.lib.springcloud.SpringCloudClusterModule
-
- All Implemented Interfaces:
com.microsoft.azure.toolkit.lib.common.model.AzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>,com.microsoft.azure.toolkit.lib.common.model.Refreshable
public class SpringCloudClusterModule extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>
-
-
Constructor Summary
Constructors Constructor Description SpringCloudClusterModule(SpringCloudServiceSubscription parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.resourcemanager.appplatform.models.SpringServicesgetClient()StringgetResourceTypeName()protected SpringCloudClusternewResource(com.azure.resourcemanager.appplatform.models.SpringService r)protected SpringCloudClusternewResource(String name, String resourceGroupName)-
Methods inherited from class com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule
canEqual, clear, create, create, delete, deleteResourceFromAzure, equals, exists, get, get, getFireEvents, getName, getOrDraft, getOrInit, getParent, hashCode, list, listByResourceGroup, loadResourceFromAzure, loadResourcesFromAzure, newDraftForCreate, newDraftForUpdate, refresh, toResourceId, toString, update, updateOrCreate
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpringCloudClusterModule
public SpringCloudClusterModule(@Nonnull SpringCloudServiceSubscription parent)
-
-
Method Detail
-
getClient
@Nullable public com.azure.resourcemanager.appplatform.models.SpringServices getClient()
- Overrides:
getClientin classcom.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>
-
newResource
@Nonnull protected SpringCloudCluster newResource(@Nonnull com.azure.resourcemanager.appplatform.models.SpringService r)
- Specified by:
newResourcein classcom.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>
-
newResource
@Nonnull protected SpringCloudCluster newResource(@Nonnull String name, @Nullable String resourceGroupName)
- Specified by:
newResourcein classcom.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<SpringCloudCluster,SpringCloudServiceSubscription,com.azure.resourcemanager.appplatform.models.SpringService>
-
-