Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.BuildResultLogInner
Packages that use BuildResultLogInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of BuildResultLogInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return BuildResultLogInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildResultLog(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result log download URL.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type BuildResultLogInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildResultLogAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result log download URL.com.azure.core.http.rest.Response<BuildResultLogInner>BuildServicesClient.getBuildResultLogWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName, com.azure.core.util.Context context) Get a KPack build result log download URL.Mono<com.azure.core.http.rest.Response<BuildResultLogInner>>BuildServicesClient.getBuildResultLogWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result log download URL. -
Uses of BuildResultLogInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildResultLogInnerModifier and TypeMethodDescriptionBuildResultLogInner.withBlobUrl(String blobUrl) Set the blobUrl property: The public download URL of this build result log.