Uses of Class
com.azure.resourcemanager.appservice.models.Secret
-
Packages that use Secret Package Description com.azure.resourcemanager.appservice.models 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 Secret Modifier and Type Method Description SecretSecret. withName(String name)Set the name property: Secret Name.SecretSecret. withValue(String value)Set the value property: Secret Value.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type Secret Modifier and Type Method Description List<Secret>Configuration. 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 Secret Modifier and Type Method Description ConfigurationConfiguration. withSecrets(List<Secret> secrets)Set the secrets property: Collection of secrets used by a Container app.
-