public static interface DescribeComponentConfigurationResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentConfigurationResponse.Builder |
componentConfiguration(String componentConfiguration)
The configuration settings of the component.
|
DescribeComponentConfigurationResponse.Builder |
monitor(Boolean monitor)
Indicates whether the application component is monitored.
|
DescribeComponentConfigurationResponse.Builder |
tier(String tier)
The tier of the application component.
|
DescribeComponentConfigurationResponse.Builder |
tier(Tier tier)
The tier of the application component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComponentConfigurationResponse.Builder monitor(Boolean monitor)
Indicates whether the application component is monitored.
monitor - Indicates whether the application component is monitored.DescribeComponentConfigurationResponse.Builder tier(String tier)
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
DescribeComponentConfigurationResponse.Builder tier(Tier tier)
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
DescribeComponentConfigurationResponse.Builder componentConfiguration(String componentConfiguration)
The configuration settings of the component. The value is the escaped JSON of the configuration.
componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration.Copyright © 2020. All rights reserved.