Uses of Class
com.azure.resourcemanager.appservice.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionSiteInner.identity()
Get the identity property: Managed service identity.SitePatchResourceInner.identity()
Get the identity property: Managed service identity.StaticSiteArmResourceInner.identity()
Get the identity property: Managed service identity.ApiKVReferenceInner.identityType()
Get the identityType property: Managed service identity.ApiKVReferenceProperties.identityType()
Get the identityType property: Managed service identity.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionSiteInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed service identity.SitePatchResourceInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed service identity.StaticSiteArmResourceInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed service identity.ApiKVReferenceInner.withIdentityType
(ManagedServiceIdentity identityType) Set the identityType property: Managed service identity.ApiKVReferenceProperties.withIdentityType
(ManagedServiceIdentity identityType) Set the identityType property: Managed service identity. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.ResponseMessageEnvelopeRemotePrivateEndpointConnection.identity()
Get the identity property: MSI resource.WebSiteBase.identity()
Get the identity property: Managed service identity.Workflow.identity()
Get the identity property: Managed service identity.ManagedServiceIdentity.withType
(ManagedServiceIdentityType type) Set the type property: Type of managed service identity.ManagedServiceIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The list of user assigned identities associated with the resource.Methods in com.azure.resourcemanager.appservice.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionResponseMessageEnvelopeRemotePrivateEndpointConnection.withIdentity
(ManagedServiceIdentity identity) Set the identity property: MSI resource.Workflow.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed service identity.