public static interface WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.Update<FluentT> |
withExistingUserAssignedManagedServiceIdentity(Identity identity)
Specifies an existing user assigned identity to be associated with the web app.
|
WebAppBase.Update<FluentT> |
withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.
|
WebAppBase.Update<FluentT> withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity)
creatableIdentity - a creatable identity definitionWebAppBase.Update<FluentT> withExistingUserAssignedManagedServiceIdentity(Identity identity)
identity - the identityVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.