IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.
public interface IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>
type IWithUserAssignedManagedServiceIdentityBasedAccess<'FluentT> = interface
Public Interface IWithUserAssignedManagedServiceIdentityBasedAccess(Of FluentT)
Type Parameters
- FluentT
- Derived
Methods
WithExistingUserAssignedManagedServiceIdentity(IIdentity) |
Specifies an existing user assigned identity to be associated with the web app. |
WithNewUserAssignedManagedServiceIdentity(ICreatable<IIdentity>) |
Specifies the definition of a not-yet-created user assigned identity to be associated with the web app. |
WithoutUserAssignedManagedServiceIdentity(String) |
Specifies that an user assigned identity associated with the web app should be removed. |
Applies to
Azure SDK for .NET