Uses of Class
com.azure.resourcemanager.appplatform.models.RemoteDebuggingPayload
Packages that use RemoteDebuggingPayload
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of RemoteDebuggingPayload in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type RemoteDebuggingPayloadModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemoteDebuggingInner>,RemoteDebuggingInner> DeploymentsClient.beginEnableRemoteDebugging(String resourceGroupName, String serviceName, String appName, String deploymentName, RemoteDebuggingPayload remoteDebuggingPayload, com.azure.core.util.Context context) Enable remote debugging.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RemoteDebuggingInner>,RemoteDebuggingInner> DeploymentsClient.beginEnableRemoteDebuggingAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, RemoteDebuggingPayload remoteDebuggingPayload) Enable remote debugging.DeploymentsClient.enableRemoteDebugging(String resourceGroupName, String serviceName, String appName, String deploymentName, RemoteDebuggingPayload remoteDebuggingPayload, com.azure.core.util.Context context) Enable remote debugging.DeploymentsClient.enableRemoteDebuggingAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, RemoteDebuggingPayload remoteDebuggingPayload) Enable remote debugging.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>DeploymentsClient.enableRemoteDebuggingWithResponseAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, RemoteDebuggingPayload remoteDebuggingPayload) Enable remote debugging. -
Uses of RemoteDebuggingPayload in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return RemoteDebuggingPayloadModifier and TypeMethodDescriptionstatic RemoteDebuggingPayloadRemoteDebuggingPayload.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RemoteDebuggingPayload from the JsonReader.Set the port property: Application debugging port.