Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.LogFileUrlResponseInner
Packages that use LogFileUrlResponseInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of LogFileUrlResponseInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return LogFileUrlResponseInnerModifier and TypeMethodDescriptionDeploymentsClient.getLogFileUrl(String resourceGroupName, String serviceName, String appName, String deploymentName) Get deployment log file URL.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type LogFileUrlResponseInnerModifier and TypeMethodDescriptionDeploymentsClient.getLogFileUrlAsync(String resourceGroupName, String serviceName, String appName, String deploymentName) Get deployment log file URL.com.azure.core.http.rest.Response<LogFileUrlResponseInner>DeploymentsClient.getLogFileUrlWithResponse(String resourceGroupName, String serviceName, String appName, String deploymentName, com.azure.core.util.Context context) Get deployment log file URL.Mono<com.azure.core.http.rest.Response<LogFileUrlResponseInner>>DeploymentsClient.getLogFileUrlWithResponseAsync(String resourceGroupName, String serviceName, String appName, String deploymentName) Get deployment log file URL. -
Uses of LogFileUrlResponseInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return LogFileUrlResponseInnerModifier and TypeMethodDescriptionstatic LogFileUrlResponseInnerLogFileUrlResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogFileUrlResponseInner from the JsonReader.Set the url property: URL of the log file.