Uses of Class
com.azure.resourcemanager.appservice.models.DefaultIdentity
Packages that use DefaultIdentity
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DefaultIdentity in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DefaultIdentityModifier and TypeMethodDescriptionAppServicePlanInner.planDefaultIdentity()Get the planDefaultIdentity property: Identity to use by platform for various features and integrations using managed identity.AppServicePlanProperties.planDefaultIdentity()Get the planDefaultIdentity property: Identity to use by platform for various features and integrations using managed identity.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DefaultIdentityModifier and TypeMethodDescriptionAppServicePlanInner.withPlanDefaultIdentity(DefaultIdentity planDefaultIdentity) Set the planDefaultIdentity property: Identity to use by platform for various features and integrations using managed identity.AppServicePlanProperties.withPlanDefaultIdentity(DefaultIdentity planDefaultIdentity) Set the planDefaultIdentity property: Identity to use by platform for various features and integrations using managed identity. -
Uses of DefaultIdentity in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type DefaultIdentityMethods in com.azure.resourcemanager.appservice.models that return DefaultIdentityModifier and TypeMethodDescriptionstatic DefaultIdentityDefaultIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DefaultIdentity from the JsonReader.DefaultIdentity.withIdentityType(ManagedServiceIdentityType identityType) Set the identityType property: The identityType property.DefaultIdentity.withUserAssignedIdentityResourceId(String userAssignedIdentityResourceId) Set the userAssignedIdentityResourceId property: The userAssignedIdentityResourceId property.