Uses of Class
com.azure.resourcemanager.appcontainers.models.IdentitySettings
Packages that use IdentitySettings
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IdentitySettings in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IdentitySettingsModifier and TypeMethodDescriptionstatic IdentitySettings
IdentitySettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IdentitySettings from the JsonReader.IdentitySettings.withIdentity
(String identity) Set the identity property: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.IdentitySettings.withLifecycle
(IdentitySettingsLifeCycle lifecycle) Set the lifecycle property: Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IdentitySettingsModifier and TypeMethodDescriptionConfiguration.identitySettings()
Get the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App.JobConfiguration.identitySettings()
Get the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App Job.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type IdentitySettingsModifier and TypeMethodDescriptionConfiguration.withIdentitySettings
(List<IdentitySettings> identitySettings) Set the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App.JobConfiguration.withIdentitySettings
(List<IdentitySettings> identitySettings) Set the identitySettings property: Optional settings for Managed Identities that are assigned to the Container App Job.