Uses of Class
com.azure.resourcemanager.apimanagement.models.SettingsTypeName
Packages that use SettingsTypeName
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SettingsTypeName in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type SettingsTypeNameModifier and TypeMethodDescriptionTenantSettingsClient.get(String resourceGroupName, String serviceName, SettingsTypeName settingsType) Get tenant settings.TenantSettingsClient.getWithResponse(String resourceGroupName, String serviceName, SettingsTypeName settingsType, com.azure.core.util.Context context) Get tenant settings. -
Uses of SettingsTypeName in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as SettingsTypeNameModifier and TypeFieldDescriptionstatic final SettingsTypeNameSettingsTypeName.PUBLICStatic value public for SettingsTypeName.Methods in com.azure.resourcemanager.apimanagement.models that return SettingsTypeNameModifier and TypeMethodDescriptionstatic SettingsTypeNameSettingsTypeName.fromString(String name) Creates or finds a SettingsTypeName from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SettingsTypeNameModifier and TypeMethodDescriptionstatic Collection<SettingsTypeName> SettingsTypeName.values()Gets known SettingsTypeName values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SettingsTypeNameModifier and TypeMethodDescriptionTenantSettings.get(String resourceGroupName, String serviceName, SettingsTypeName settingsType) Get tenant settings.com.azure.core.http.rest.Response<TenantSettingsContract> TenantSettings.getWithResponse(String resourceGroupName, String serviceName, SettingsTypeName settingsType, com.azure.core.util.Context context) Get tenant settings.