Uses of Class
com.azure.resourcemanager.appservice.models.RegistryAdapter
Packages that use RegistryAdapter
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RegistryAdapter in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type RegistryAdapterModifier and TypeMethodDescriptionAppServicePlanInner.registryAdapters()Get the registryAdapters property: Registry adapters associated with this App Service plan.AppServicePlanProperties.registryAdapters()Get the registryAdapters property: Registry adapters associated with this App Service plan.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type RegistryAdapterModifier and TypeMethodDescriptionAppServicePlanInner.withRegistryAdapters(List<RegistryAdapter> registryAdapters) Set the registryAdapters property: Registry adapters associated with this App Service plan.AppServicePlanProperties.withRegistryAdapters(List<RegistryAdapter> registryAdapters) Set the registryAdapters property: Registry adapters associated with this App Service plan. -
Uses of RegistryAdapter in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type RegistryAdapterModifier and TypeClassDescriptionfinal classServer farm registry adapter configuration.Methods in com.azure.resourcemanager.appservice.models that return RegistryAdapterModifier and TypeMethodDescriptionstatic RegistryAdapterRegistryAdapter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryAdapter from the JsonReader.RegistryAdapter.withKeyVaultSecretReference(KeyVaultReferenceWithStatus keyVaultSecretReference) Set the keyVaultSecretReference property: Key vault reference to the value that will be placed in the registry location.RegistryAdapter.withRegistryKey(String registryKey) Set the registryKey property: Registry key for the adapter.RegistryAdapter.withType(RegistryAdapterType type) Set the type property: Type of the registry adapter.