ApplicationGateway.DefinitionStages.WithManagedServiceIdentity Interface

public static interface ApplicationGateway.DefinitionStages.WithManagedServiceIdentity

The stage of an application gateway definition allowing to specify Managed Service Identities.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(ManagedServiceIdentity identity)

Specifies an identity to be associated with the application gateway.

Method Details

withIdentity

public abstract ApplicationGateway.DefinitionStages.WithCreate withIdentity(ManagedServiceIdentity identity)

Specifies an identity to be associated with the application gateway.

Parameters:

identity - the identity

Returns:

the next stage of the definition

Applies to