Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.LogFileUrlResponseInner
-
Packages that use LogFileUrlResponseInner Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.fluent.models 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 LogFileUrlResponseInner Modifier and Type Method Description LogFileUrlResponseInnerDeploymentsClient. 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 LogFileUrlResponseInner Modifier and Type Method Description Mono<LogFileUrlResponseInner>DeploymentsClient. 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 LogFileUrlResponseInner Modifier and Type Method Description LogFileUrlResponseInnerLogFileUrlResponseInner. withUrl(String url)Set the url property: URL of the log file.
-