Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static PhpVersion |
PhpVersion.OFF
Static value 'Off' for PhpVersion.
|
static PhpVersion |
PhpVersion.PHP5_5
Static value 5.5 for PhpVersion.
|
static PhpVersion |
PhpVersion.PHP5_6
Static value 5.6 for PhpVersion.
|
static PhpVersion |
PhpVersion.PHP7
Static value 7.0 for PhpVersion.
|
static PhpVersion |
PhpVersion.PHP7_1
Static value 7.1 for PhpVersion.
|
Modifier and Type | Method and Description |
---|---|
static PhpVersion |
PhpVersion.fromString(String name)
Finds or creates a PHP version based on the specified name.
|
PhpVersion |
WebAppBase.phpVersion() |
Modifier and Type | Method and Description |
---|---|
static Collection<PhpVersion> |
PhpVersion.values() |
Modifier and Type | Method and Description |
---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withPhpVersion(PhpVersion version)
Specifies the PHP version.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withPhpVersion(PhpVersion version)
Specifies the PHP version.
|
Copyright © 2019. All rights reserved.