118 строки
9.2 KiB
YAML
118 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties"
|
|
name: "MonitoringSettingProperties"
|
|
nameWithType: "MonitoringSettingProperties"
|
|
summary: "Monitoring Setting properties payload."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **MonitoringSettingProperties**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.MonitoringSettingProperties()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.MonitoringSettingProperties()"
|
|
name: "MonitoringSettingProperties()"
|
|
nameWithType: "MonitoringSettingProperties.MonitoringSettingProperties()"
|
|
syntax: "public MonitoringSettingProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.appInsightsInstrumentationKey()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.appInsightsInstrumentationKey()"
|
|
name: "appInsightsInstrumentationKey()"
|
|
nameWithType: "MonitoringSettingProperties.appInsightsInstrumentationKey()"
|
|
summary: "Get target application insight instrumentation key."
|
|
syntax: "public String appInsightsInstrumentationKey()"
|
|
desc: "Get target application insight instrumentation key."
|
|
returns:
|
|
description: "the appInsightsInstrumentationKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.error()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.error()"
|
|
name: "error()"
|
|
nameWithType: "MonitoringSettingProperties.error()"
|
|
summary: "Get error when apply Monitoring Setting changes."
|
|
syntax: "public Error error()"
|
|
desc: "Get error when apply Monitoring Setting changes."
|
|
returns:
|
|
description: "the error value"
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.Error?alt=com.microsoft.azure.management.appplatform.v2020_07_01.Error&text=Error\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "MonitoringSettingProperties.provisioningState()"
|
|
summary: "Get state of the Monitoring Setting."
|
|
syntax: "public MonitoringSettingState provisioningState()"
|
|
desc: "Get state of the Monitoring Setting. Possible values include: 'NotAvailable', 'Failed', 'Succeeded', 'Updating'."
|
|
returns:
|
|
description: "the provisioningState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingState?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingState&text=MonitoringSettingState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.traceEnabled()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.traceEnabled()"
|
|
name: "traceEnabled()"
|
|
nameWithType: "MonitoringSettingProperties.traceEnabled()"
|
|
summary: "Get indicates whether enable the trace functionality."
|
|
syntax: "public Boolean traceEnabled()"
|
|
desc: "Get indicates whether enable the trace functionality."
|
|
returns:
|
|
description: "the traceEnabled value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withAppInsightsInstrumentationKey(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withAppInsightsInstrumentationKey(String appInsightsInstrumentationKey)"
|
|
name: "withAppInsightsInstrumentationKey(String appInsightsInstrumentationKey)"
|
|
nameWithType: "MonitoringSettingProperties.withAppInsightsInstrumentationKey(String appInsightsInstrumentationKey)"
|
|
summary: "Set target application insight instrumentation key."
|
|
parameters:
|
|
- description: "the appInsightsInstrumentationKey value to set"
|
|
name: "appInsightsInstrumentationKey"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MonitoringSettingProperties withAppInsightsInstrumentationKey(String appInsightsInstrumentationKey)"
|
|
desc: "Set target application insight instrumentation key."
|
|
returns:
|
|
description: "the MonitoringSettingProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties&text=MonitoringSettingProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withError(com.microsoft.azure.management.appplatform.v2020_07_01.Error)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withError(Error error)"
|
|
name: "withError(Error error)"
|
|
nameWithType: "MonitoringSettingProperties.withError(Error error)"
|
|
summary: "Set error when apply Monitoring Setting changes."
|
|
parameters:
|
|
- description: "the error value to set"
|
|
name: "error"
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.Error?alt=com.microsoft.azure.management.appplatform.v2020_07_01.Error&text=Error\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MonitoringSettingProperties withError(Error error)"
|
|
desc: "Set error when apply Monitoring Setting changes."
|
|
returns:
|
|
description: "the MonitoringSettingProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties&text=MonitoringSettingProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withTraceEnabled(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties.withTraceEnabled(Boolean traceEnabled)"
|
|
name: "withTraceEnabled(Boolean traceEnabled)"
|
|
nameWithType: "MonitoringSettingProperties.withTraceEnabled(Boolean traceEnabled)"
|
|
summary: "Set indicates whether enable the trace functionality."
|
|
parameters:
|
|
- description: "the traceEnabled value to set"
|
|
name: "traceEnabled"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MonitoringSettingProperties withTraceEnabled(Boolean traceEnabled)"
|
|
desc: "Set indicates whether enable the trace functionality."
|
|
returns:
|
|
description: "the MonitoringSettingProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingProperties&text=MonitoringSettingProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Monitoring Setting properties payload."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
|
|
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta
|