73 строки
6.3 KiB
YAML
73 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings"
|
|
name: "MonitoringSettings"
|
|
nameWithType: "MonitoringSettings"
|
|
summary: "Type representing Monitoring<wbr>Settings."
|
|
syntax: "public interface **MonitoringSettings**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.MonitoringSettingsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.MonitoringSettingsInner&text=MonitoringSettingsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.getAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.getAsync(String resourceGroupName, String serviceName)"
|
|
name: "getAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "MonitoringSettings.getAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Get the Monitoring Setting and its properties."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the Service resource."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<MonitoringSettingResource> getAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Get the Monitoring Setting and its properties."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource&text=MonitoringSettingResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.updatePatchAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.updatePatchAsync(String resourceGroupName, String serviceName)"
|
|
name: "updatePatchAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "MonitoringSettings.updatePatchAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Update the Monitoring Setting."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the Service resource."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<MonitoringSettingResource> updatePatchAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Update the Monitoring Setting."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource&text=MonitoringSettingResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.updatePutAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettings.updatePutAsync(String resourceGroupName, String serviceName)"
|
|
name: "updatePutAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "MonitoringSettings.updatePutAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Update the Monitoring Setting."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the Service resource."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<MonitoringSettingResource> updatePutAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Update the Monitoring Setting."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.MonitoringSettingResource&text=MonitoringSettingResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing MonitoringSettings."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.MonitoringSettingsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.MonitoringSettingsInner&text=MonitoringSettingsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
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
|