Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.BuildServiceInner
Packages that use BuildServiceInner
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 BuildServiceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return BuildServiceInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildService(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type BuildServiceInnerModifier and TypeMethodDescriptionBuildServicesClient.getBuildServiceAsync(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.com.azure.core.http.rest.Response<BuildServiceInner>BuildServicesClient.getBuildServiceWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get a build service resource.Mono<com.azure.core.http.rest.Response<BuildServiceInner>>BuildServicesClient.getBuildServiceWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.com.azure.core.http.rest.PagedIterable<BuildServiceInner>BuildServicesClient.listBuildServices(String resourceGroupName, String serviceName) List build services resource.com.azure.core.http.rest.PagedIterable<BuildServiceInner>BuildServicesClient.listBuildServices(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List build services resource.com.azure.core.http.rest.PagedFlux<BuildServiceInner>BuildServicesClient.listBuildServicesAsync(String resourceGroupName, String serviceName) List build services resource. -
Uses of BuildServiceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildServiceInnerModifier and TypeMethodDescriptionBuildServiceInner.withProperties(BuildServiceProperties properties) Set the properties property: Properties of the build resource. -
Uses of BuildServiceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type BuildServiceInnerModifier and TypeMethodDescriptionBuildServiceCollection.value()Get the value property: Collection of Build service resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type BuildServiceInnerModifier and TypeMethodDescriptionBuildServiceCollection.withValue(List<BuildServiceInner> value) Set the value property: Collection of Build service resources.