Uses of Class
com.azure.resourcemanager.appplatform.models.ManagedIdentityProperties
-
Packages that use ManagedIdentityProperties Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 ManagedIdentityProperties Modifier and Type Method Description ManagedIdentityPropertiesAppResourceInner. 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 ManagedIdentityProperties Modifier and Type Method Description AppResourceInnerAppResourceInner. 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 ManagedIdentityProperties Modifier and Type Method Description ManagedIdentityPropertiesSpringApp. identity()ManagedIdentityPropertiesManagedIdentityProperties. withPrincipalId(String principalId)Set the principalId property: Principal Id.ManagedIdentityPropertiesManagedIdentityProperties. withTenantId(String tenantId)Set the tenantId property: Tenant Id.ManagedIdentityPropertiesManagedIdentityProperties. withType(ManagedIdentityType type)Set the type property: Type of the managed identity.
-