Share via


IWithType<ReturnT>.WithType(ApplicationGatewayRedirectType) Method

Definition

Specifies the redirection type.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithTarget<ReturnT> WithType (Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType redirectType);
abstract member WithType : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithTarget<'ReturnT>
Public Function WithType (redirectType As ApplicationGatewayRedirectType) As IWithTarget(Of ReturnT)

Parameters

redirectType
ApplicationGatewayRedirectType

A redirection type.

Returns

Applies to