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

108 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.EmailNotification"
fullName: "com.microsoft.azure.management.monitor.EmailNotification"
name: "EmailNotification"
nameWithType: "EmailNotification"
summary: "Email notification of an autoscale event."
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 **EmailNotification**"
constructors:
- uid: "com.microsoft.azure.management.monitor.EmailNotification.EmailNotification()"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.EmailNotification()"
name: "EmailNotification()"
nameWithType: "EmailNotification.EmailNotification()"
syntax: "public EmailNotification()"
methods:
- uid: "com.microsoft.azure.management.monitor.EmailNotification.customEmails()"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.customEmails()"
name: "customEmails()"
nameWithType: "EmailNotification.customEmails()"
summary: "Get the custom e-mails list."
syntax: "public List<String> customEmails()"
desc: "Get the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored."
returns:
description: "the customEmails value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionAdministrator()"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionAdministrator()"
name: "sendToSubscriptionAdministrator()"
nameWithType: "EmailNotification.sendToSubscriptionAdministrator()"
summary: "Get a value indicating whether to send email to subscription administrator."
syntax: "public Boolean sendToSubscriptionAdministrator()"
desc: "Get a value indicating whether to send email to subscription administrator."
returns:
description: "the sendToSubscriptionAdministrator value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionCoAdministrators()"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.sendToSubscriptionCoAdministrators()"
name: "sendToSubscriptionCoAdministrators()"
nameWithType: "EmailNotification.sendToSubscriptionCoAdministrators()"
summary: "Get a value indicating whether to send email to subscription co-administrators."
syntax: "public Boolean sendToSubscriptionCoAdministrators()"
desc: "Get a value indicating whether to send email to subscription co-administrators."
returns:
description: "the sendToSubscriptionCoAdministrators value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EmailNotification.withCustomEmails(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.withCustomEmails(List<String> customEmails)"
name: "withCustomEmails(List<String> customEmails)"
nameWithType: "EmailNotification.withCustomEmails(List<String> customEmails)"
summary: "Set the custom e-mails list."
parameters:
- description: "the customEmails value to set"
name: "customEmails"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EmailNotification withCustomEmails(List<String> customEmails)"
desc: "Set the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored."
returns:
description: "the EmailNotification object itself."
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.EmailNotification.withSendToSubscriptionAdministrator(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)"
name: "withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)"
nameWithType: "EmailNotification.withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)"
summary: "Set a value indicating whether to send email to subscription administrator."
parameters:
- description: "the sendToSubscriptionAdministrator value to set"
name: "sendToSubscriptionAdministrator"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EmailNotification withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)"
desc: "Set a value indicating whether to send email to subscription administrator."
returns:
description: "the EmailNotification object itself."
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.EmailNotification.withSendToSubscriptionCoAdministrators(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.monitor.EmailNotification.withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)"
name: "withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)"
nameWithType: "EmailNotification.withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)"
summary: "Set a value indicating whether to send email to subscription co-administrators."
parameters:
- description: "the sendToSubscriptionCoAdministrators value to set"
name: "sendToSubscriptionCoAdministrators"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EmailNotification withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)"
desc: "Set a value indicating whether to send email to subscription co-administrators."
returns:
description: "the EmailNotification object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.EmailNotification?alt=com.microsoft.azure.management.monitor.EmailNotification&text=EmailNotification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Email notification of an autoscale event."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4