Uses of Class
com.azure.resourcemanager.appservice.models.Secret
Packages that use Secret
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Secret in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SecretModifier and TypeMethodDescriptionstatic Secret
Secret.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Secret from the JsonReader.Set the name property: Secret Name.Set the value property: Secret Value.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SecretModifier and TypeMethodDescriptionConfiguration.secrets()
Get the secrets property: Collection of secrets used by a Container app.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SecretModifier and TypeMethodDescriptionConfiguration.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Container app.