WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT> Interface

Type Parameters

FluentT

the type of the resource

public static interface WebAppBase.UpdateStages.WithManagedServiceIdentity

A web app definition stage allowing System Assigned Managed Service Identity to be set.

Method Summary

Modifier and Type Method and Description
abstract Update<FluentT> withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.

abstract Update<FluentT> withUserAssignedManagedServiceIdentity()

Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.

Method Details

withSystemAssignedManagedServiceIdentity

public abstract WebAppBase.Update withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.

Returns:

the next stage of the web app definition

withUserAssignedManagedServiceIdentity

public abstract WebAppBase.Update withUserAssignedManagedServiceIdentity()

Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.

Returns:

the next stage of the web app definition

Applies to