| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedPipelineMode |
SiteConfigInner.managedPipelineMode()
Get the managedPipelineMode property: Managed pipeline mode.
|
ManagedPipelineMode |
SiteConfigResourceInner.managedPipelineMode()
Get the managedPipelineMode property: Managed pipeline mode.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigInner |
SiteConfigInner.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set the managedPipelineMode property: Managed pipeline mode.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set the managedPipelineMode property: Managed pipeline mode.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedPipelineMode |
ManagedPipelineMode.fromString(String value)
Parses a serialized value to a ManagedPipelineMode instance.
|
ManagedPipelineMode |
WebAppBase.managedPipelineMode() |
static ManagedPipelineMode |
ManagedPipelineMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedPipelineMode[] |
ManagedPipelineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Specifies the managed pipeline mode.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Specifies the managed pipeline mode.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.