Uses of Class
com.azure.resourcemanager.appplatform.models.ManagedIdentityProperties
Packages that use ManagedIdentityProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ManagedIdentityProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return ManagedIdentityPropertiesModifier and TypeMethodDescriptionAppResourceInner.identity()Get the identity property: The Managed Identity type of the app resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type ManagedIdentityPropertiesModifier and TypeMethodDescriptionAppResourceInner.withIdentity(ManagedIdentityProperties identity) Set the identity property: The Managed Identity type of the app resource. -
Uses of ManagedIdentityProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ManagedIdentityPropertiesModifier and TypeMethodDescriptionSpringApp.identity()ManagedIdentityProperties.withPrincipalId(String principalId) Set the principalId property: Principal Id of system-assigned managed identity.ManagedIdentityProperties.withTenantId(String tenantId) Set the tenantId property: Tenant Id of system-assigned managed identity.ManagedIdentityProperties.withType(ManagedIdentityType type) Set the type property: Type of the managed identity.