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 identityCopyright © 2019. All rights reserved.