Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedStackResourceInner
Packages that use SupportedStackResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of SupportedStackResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return SupportedStackResourceInnerModifier and TypeMethodDescriptionBuildServicesClient.getSupportedStack(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedStackResourceInnerModifier and TypeMethodDescriptionBuildServicesClient.getSupportedStackAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource.com.azure.core.http.rest.Response<SupportedStackResourceInner> BuildServicesClient.getSupportedStackWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String stackName, com.azure.core.util.Context context) Get the supported stack resource.Mono<com.azure.core.http.rest.Response<SupportedStackResourceInner>> BuildServicesClient.getSupportedStackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource. -
Uses of SupportedStackResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedStackResourceInnerModifier and TypeMethodDescriptionstatic SupportedStackResourceInnerSupportedStackResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SupportedStackResourceInner from the JsonReader.SupportedStackResourceInner.withProperties(SupportedStackResourceProperties properties) Set the properties property: Supported stack resource properties.Methods in com.azure.resourcemanager.appplatform.fluent.models that return types with arguments of type SupportedStackResourceInnerModifier and TypeMethodDescriptionSupportedStacksCollectionInner.value()Get the value property: Collection of supported stacks resources.Method parameters in com.azure.resourcemanager.appplatform.fluent.models with type arguments of type SupportedStackResourceInnerModifier and TypeMethodDescriptionSupportedStacksCollectionInner.withValue(List<SupportedStackResourceInner> value) Set the value property: Collection of supported stacks resources.