Uses of Class
com.azure.resourcemanager.appservice.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentitySiteInner. identity()Get the identity property: Managed service identity.ManagedServiceIdentitySitePatchResourceInner. identity()Get the identity property: Managed service identity.ManagedServiceIdentityStaticSiteArmResourceInner. identity()Get the identity property: Managed service identity.ManagedServiceIdentityApiKVReferenceInner. identityType()Get the identityType property: Managed service identity.ManagedServiceIdentityApiKVReferenceProperties. identityType()Get the identityType property: Managed service identity.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description SiteInnerSiteInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: Managed service identity.SitePatchResourceInnerSitePatchResourceInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: Managed service identity.StaticSiteArmResourceInnerStaticSiteArmResourceInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: Managed service identity.ApiKVReferenceInnerApiKVReferenceInner. withIdentityType(ManagedServiceIdentity identityType)Set the identityType property: Managed service identity.ApiKVReferencePropertiesApiKVReferenceProperties. 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityResponseMessageEnvelopeRemotePrivateEndpointConnection. identity()Get the identity property: MSI resource.ManagedServiceIdentityWebSiteBase. identity()Get the identity property: Managed service identity.ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set the type property: Type of managed service identity.ManagedServiceIdentityManagedServiceIdentity. 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 ManagedServiceIdentity Modifier and Type Method Description ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. withIdentity(ManagedServiceIdentity identity)Set the identity property: MSI resource.
-