Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.SupportedApmTypeInner
Packages that use SupportedApmTypeInner
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 SupportedApmTypeInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type SupportedApmTypeInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SupportedApmTypeInner>ServicesClient.listSupportedApmTypes(String resourceGroupName, String serviceName) List supported APM types for a Service.com.azure.core.http.rest.PagedIterable<SupportedApmTypeInner>ServicesClient.listSupportedApmTypes(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List supported APM types for a Service.com.azure.core.http.rest.PagedFlux<SupportedApmTypeInner>ServicesClient.listSupportedApmTypesAsync(String resourceGroupName, String serviceName) List supported APM types for a Service. -
Uses of SupportedApmTypeInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return SupportedApmTypeInnerModifier and TypeMethodDescriptionSet the name property: The name of the supported APM type. -
Uses of SupportedApmTypeInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SupportedApmTypeInnerModifier and TypeMethodDescriptionSupportedApmTypes.value()Get the value property: Collection of the supported APM type.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type SupportedApmTypeInnerModifier and TypeMethodDescriptionSupportedApmTypes.withValue(List<SupportedApmTypeInner> value) Set the value property: Collection of the supported APM type.