Uses of Class
com.azure.resourcemanager.appcontainers.models.EncryptionSettings
Packages that use EncryptionSettings
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of EncryptionSettings in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return EncryptionSettingsModifier and TypeMethodDescriptionAuthConfigInner.encryptionSettings()
Get the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.AuthConfigProperties.encryptionSettings()
Get the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type EncryptionSettingsModifier and TypeMethodDescriptionAuthConfigInner.withEncryptionSettings
(EncryptionSettings encryptionSettings) Set the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.AuthConfigProperties.withEncryptionSettings
(EncryptionSettings encryptionSettings) Set the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. -
Uses of EncryptionSettings in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return EncryptionSettingsModifier and TypeMethodDescriptionAuthConfig.encryptionSettings()
Gets the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.static EncryptionSettings
EncryptionSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionSettings from the JsonReader.EncryptionSettings.withContainerAppAuthEncryptionSecretName
(String containerAppAuthEncryptionSecretName) Set the containerAppAuthEncryptionSecretName property: The secret name which is referenced for EncryptionKey.EncryptionSettings.withContainerAppAuthSigningSecretName
(String containerAppAuthSigningSecretName) Set the containerAppAuthSigningSecretName property: The secret name which is referenced for SigningKey.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type EncryptionSettingsModifier and TypeMethodDescriptionAuthConfig.DefinitionStages.WithEncryptionSettings.withEncryptionSettings
(EncryptionSettings encryptionSettings) Specifies the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization..AuthConfig.UpdateStages.WithEncryptionSettings.withEncryptionSettings
(EncryptionSettings encryptionSettings) Specifies the encryptionSettings property: The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization..