다음을 통해 공유


IWithSiteConfigs<FluentT>.WithManagedPipelineMode 메서드

정의

관리되는 파이프라인 모드를 지정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithManagedPipelineMode (Microsoft.Azure.Management.AppService.Fluent.Models.ManagedPipelineMode managedPipelineMode);
abstract member WithManagedPipelineMode : Microsoft.Azure.Management.AppService.Fluent.Models.ManagedPipelineMode -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithManagedPipelineMode (managedPipelineMode As ManagedPipelineMode) As IWithCreate(Of FluentT)

매개 변수

managedPipelineMode
ManagedPipelineMode

관리되는 파이프라인 모드입니다.

반환

적용 대상