azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

110 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.AutoscaleNotification"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification"
name: "AutoscaleNotification"
nameWithType: "AutoscaleNotification"
summary: "Autoscale notification."
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 **AutoscaleNotification**"
constructors:
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.AutoscaleNotification()"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.AutoscaleNotification()"
name: "AutoscaleNotification()"
nameWithType: "AutoscaleNotification.AutoscaleNotification()"
summary: "Creates an instance of Autoscale<wbr>Notification class."
syntax: "public AutoscaleNotification()"
desc: "Creates an instance of AutoscaleNotification class."
methods:
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.email()"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.email()"
name: "email()"
nameWithType: "AutoscaleNotification.email()"
summary: "Get the email notification."
syntax: "public EmailNotification email()"
desc: "Get the email notification."
returns:
description: "the email value"
type: "<xref href=\"com.microsoft.azure.management.monitor.EmailNotification?alt=com.microsoft.azure.management.monitor.EmailNotification&text=EmailNotification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.operation()"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.operation()"
name: "operation()"
nameWithType: "AutoscaleNotification.operation()"
summary: "Get the operation associated with the notification and its value must be \"scale\"."
syntax: "public String operation()"
desc: "Get the operation associated with the notification and its value must be \"scale\"."
returns:
description: "the operation value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks()"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks()"
name: "webhooks()"
nameWithType: "AutoscaleNotification.webhooks()"
summary: "Get the collection of webhook notifications."
syntax: "public List<WebhookNotification> webhooks()"
desc: "Get the collection of webhook notifications."
returns:
description: "the webhooks value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.WebhookNotification?alt=com.microsoft.azure.management.monitor.WebhookNotification&text=WebhookNotification\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.withEmail(com.microsoft.azure.management.monitor.EmailNotification)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.withEmail(EmailNotification email)"
name: "withEmail(EmailNotification email)"
nameWithType: "AutoscaleNotification.withEmail(EmailNotification email)"
summary: "Set the email notification."
parameters:
- description: "the email value to set"
name: "email"
type: "<xref href=\"com.microsoft.azure.management.monitor.EmailNotification?alt=com.microsoft.azure.management.monitor.EmailNotification&text=EmailNotification\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoscaleNotification withEmail(EmailNotification email)"
desc: "Set the email notification."
returns:
description: "the AutoscaleNotification object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleNotification?alt=com.microsoft.azure.management.monitor.AutoscaleNotification&text=AutoscaleNotification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.withOperation(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "AutoscaleNotification.withOperation(String operation)"
summary: "Set the operation associated with the notification and its value must be \"scale\"."
parameters:
- description: "the operation value to set"
name: "operation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoscaleNotification withOperation(String operation)"
desc: "Set the operation associated with the notification and its value must be \"scale\"."
returns:
description: "the AutoscaleNotification object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleNotification?alt=com.microsoft.azure.management.monitor.AutoscaleNotification&text=AutoscaleNotification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutoscaleNotification.withWebhooks(java.util.List<com.microsoft.azure.management.monitor.WebhookNotification>)"
fullName: "com.microsoft.azure.management.monitor.AutoscaleNotification.withWebhooks(List<WebhookNotification> webhooks)"
name: "withWebhooks(List<WebhookNotification> webhooks)"
nameWithType: "AutoscaleNotification.withWebhooks(List<WebhookNotification> webhooks)"
summary: "Set the collection of webhook notifications."
parameters:
- description: "the webhooks value to set"
name: "webhooks"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.WebhookNotification?alt=com.microsoft.azure.management.monitor.WebhookNotification&text=WebhookNotification\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AutoscaleNotification withWebhooks(List<WebhookNotification> webhooks)"
desc: "Set the collection of webhook notifications."
returns:
description: "the AutoscaleNotification object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleNotification?alt=com.microsoft.azure.management.monitor.AutoscaleNotification&text=AutoscaleNotification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Autoscale notification."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4