Uses of Class
com.azure.resourcemanager.appplatform.models.BindingType
Packages that use BindingType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BindingType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as BindingTypeModifier and TypeFieldDescriptionstatic final BindingTypeBindingType.APACHE_SKY_WALKINGStatic value ApacheSkyWalking for BindingType.static final BindingTypeBindingType.APP_DYNAMICSStatic value AppDynamics for BindingType.static final BindingTypeBindingType.APPLICATION_INSIGHTSStatic value ApplicationInsights for BindingType.static final BindingTypeBindingType.DYNATRACEStatic value Dynatrace for BindingType.static final BindingTypeBindingType.ELASTIC_APMStatic value ElasticAPM for BindingType.static final BindingTypeBindingType.NEW_RELICStatic value NewRelic for BindingType.Methods in com.azure.resourcemanager.appplatform.models that return BindingTypeModifier and TypeMethodDescriptionBuildpackBindingProperties.bindingType()Get the bindingType property: Buildpack Binding Type.static BindingTypeBindingType.fromString(String name) Creates or finds a BindingType from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type BindingTypeModifier and TypeMethodDescriptionstatic Collection<BindingType> BindingType.values()Gets known BindingType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BindingTypeModifier and TypeMethodDescriptionBuildpackBindingProperties.withBindingType(BindingType bindingType) Set the bindingType property: Buildpack Binding Type.