Class SpringCloudAppInstance

  • All Implemented Interfaces:
    com.microsoft.azure.toolkit.lib.common.model.AzResource, com.microsoft.azure.toolkit.lib.common.model.Refreshable, com.microsoft.azure.toolkit.lib.common.utils.StreamingLogSupport

    public class SpringCloudAppInstance
    extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<SpringCloudAppInstance,​SpringCloudDeployment,​com.azure.resourcemanager.appplatform.models.DeploymentInstance>
    implements com.microsoft.azure.toolkit.lib.common.utils.StreamingLogSupport
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<T extends com.microsoft.azure.toolkit.lib.common.model.AzResource,​R extends Object>, com.microsoft.azure.toolkit.lib.common.model.AzResource.FormalStatus, com.microsoft.azure.toolkit.lib.common.model.AzResource.None, com.microsoft.azure.toolkit.lib.common.model.AzResource.Status
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static String REMOTE_URL_TEMPLATE  
      • Fields inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        CACHE_LIFETIME, NONE, RESOURCE_GROUP_PLACEHOLDER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDiscoveryStatus()  
      String getLogStreamAuthorization()  
      String getLogStreamEndpoint()  
      String getRemoteDebuggingUrl()  
      List<com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<?,​?,​?>> getSubModules()  
      String loadStatus​(com.azure.resourcemanager.appplatform.models.DeploymentInstance remote)  
      • Methods inherited from class com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource

        canEqual, delete, deleteFromCache, doModify, doModify, equals, exists, getId, getModule, getName, getParent, getRemote, getResourceGroup, getResourceGroupName, getStatus, getSubModule, hashCode, invalidateCache, isAuthRequired, isDraft, isDraftForCreating, isDraftForUpdating, loadRemote, refresh, refreshRemoteFromAzure, reloadStatus, remoteOptional, setRemote, setStatus, toString, update, updateAdditionalProperties
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        getFormalStatus, getFormalStatus, getFullResourceType, getPortalUrl, getResourceTypeName, getStatus, getSubscription, getSubscriptionId, id, name
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.utils.StreamingLogSupport

        createLogStreamConnection, streamingLogs, streamingLogs, streamingLogs
    • Method Detail

      • getSubModules

        @Nonnull
        public List<com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<?,​?,​?>> getSubModules()
        Specified by:
        getSubModules in class com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<SpringCloudAppInstance,​SpringCloudDeployment,​com.azure.resourcemanager.appplatform.models.DeploymentInstance>
      • loadStatus

        @Nonnull
        public String loadStatus​(@Nonnull
                                 com.azure.resourcemanager.appplatform.models.DeploymentInstance remote)
        Specified by:
        loadStatus in class com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<SpringCloudAppInstance,​SpringCloudDeployment,​com.azure.resourcemanager.appplatform.models.DeploymentInstance>
      • getDiscoveryStatus

        public String getDiscoveryStatus()
      • getRemoteDebuggingUrl

        public String getRemoteDebuggingUrl()
      • getLogStreamEndpoint

        @Nullable
        public String getLogStreamEndpoint()
        Specified by:
        getLogStreamEndpoint in interface com.microsoft.azure.toolkit.lib.common.utils.StreamingLogSupport
      • getLogStreamAuthorization

        public String getLogStreamAuthorization()
        Specified by:
        getLogStreamAuthorization in interface com.microsoft.azure.toolkit.lib.common.utils.StreamingLogSupport