FluentT - the type of the resourcepublic static interface WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.Update<FluentT> |
withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.
|
WebAppBase.Update<FluentT> |
withUserAssignedManagedServiceIdentity()
Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.
|
WebAppBase.Update<FluentT> withSystemAssignedManagedServiceIdentity()
WebAppBase.Update<FluentT> withUserAssignedManagedServiceIdentity()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/