Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedIdentitySetting
Packages that use ManagedIdentitySetting
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedIdentitySetting in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ManagedIdentitySettingModifier and TypeMethodDescriptionSessionPoolInner.managedIdentitySettings()
Get the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.SessionPoolProperties.managedIdentitySettings()
Get the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ManagedIdentitySettingModifier and TypeMethodDescriptionSessionPoolInner.withManagedIdentitySettings
(List<ManagedIdentitySetting> managedIdentitySettings) Set the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.SessionPoolProperties.withManagedIdentitySettings
(List<ManagedIdentitySetting> managedIdentitySettings) Set the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool. -
Uses of ManagedIdentitySetting in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedIdentitySettingModifier and TypeMethodDescriptionstatic ManagedIdentitySetting
ManagedIdentitySetting.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedIdentitySetting from the JsonReader.ManagedIdentitySetting.withIdentity
(String identity) Set the identity property: The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity.ManagedIdentitySetting.withLifecycle
(IdentitySettingsLifeCycle lifecycle) Set the lifecycle property: Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ManagedIdentitySettingModifier and TypeMethodDescriptionSessionPool.managedIdentitySettings()
Gets the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ManagedIdentitySettingModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithManagedIdentitySettings.withManagedIdentitySettings
(List<ManagedIdentitySetting> managedIdentitySettings) Specifies the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool..