Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.BuildResultInner
Packages that use BuildResultInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildResultInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return BuildResultInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildResult(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type BuildResultInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildResultAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.com.azure.core.http.rest.Response<BuildResultInner> BuildServicesClient.getBuildResultWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName, com.azure.core.util.Context context) Get a KPack build result.Mono<com.azure.core.http.rest.Response<BuildResultInner>> BuildServicesClient.getBuildResultWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.com.azure.core.http.rest.PagedIterable<BuildResultInner> BuildServicesClient.listBuildResults(String resourceGroupName, String serviceName, String buildServiceName, String buildName) List KPack build results.com.azure.core.http.rest.PagedIterable<BuildResultInner> BuildServicesClient.listBuildResults(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context) List KPack build results.com.azure.core.http.rest.PagedFlux<BuildResultInner> BuildServicesClient.listBuildResultsAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) List KPack build results. -
Uses of BuildResultInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildResultInnerModifier and TypeMethodDescriptionstatic BuildResultInnerBuildResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildResultInner from the JsonReader.BuildResultInner.withProperties(BuildResultProperties properties) Set the properties property: Properties of the build result resource. -
Uses of BuildResultInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type BuildResultInnerModifier and TypeMethodDescriptionBuildResultCollection.value()Get the value property: Collection of Build result resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type BuildResultInnerModifier and TypeMethodDescriptionBuildResultCollection.withValue(List<BuildResultInner> value) Set the value property: Collection of Build result resources.