Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendType
Packages that use BackendType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendTypeModifier and TypeMethodDescriptionBackendContractInner.typePropertiesType()Get the type property: Type of the backend.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendTypeModifier and TypeMethodDescriptionBackendContractProperties.withType(BackendType type) Set the type property: Type of the backend.BackendUpdateParameterProperties.withType(BackendType type) Set the type property: Type of the backend.BackendContractInner.withTypePropertiesType(BackendType type) Set the type property: Type of the backend. -
Uses of BackendType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as BackendTypeModifier and TypeFieldDescriptionstatic final BackendTypeBackendType.POOLStatic value Pool for BackendType.static final BackendTypeBackendType.SINGLEStatic value Single for BackendType.Methods in com.azure.resourcemanager.apimanagement.models that return BackendTypeModifier and TypeMethodDescriptionstatic BackendTypeBackendType.fromString(String name) Creates or finds a BackendType from its string representation.BackendBaseParameters.type()Get the type property: Type of the backend.BackendUpdateParameters.type()Get the type property: Type of the backend.BackendContract.typePropertiesType()Gets the typePropertiesType property: Type of the backend.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BackendTypeModifier and TypeMethodDescriptionstatic Collection<BackendType> BackendType.values()Gets known BackendType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendTypeModifier and TypeMethodDescriptionBackendBaseParameters.withType(BackendType type) Set the type property: Type of the backend.BackendContract.UpdateStages.WithType.withType(BackendType type) Specifies the type property: Type of the backend.BackendUpdateParameters.withType(BackendType type) Set the type property: Type of the backend.BackendContract.DefinitionStages.WithTypePropertiesType.withTypePropertiesType(BackendType typePropertiesType) Specifies the typePropertiesType property: Type of the backend.