93 строки
6.4 KiB
YAML
93 строки
6.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters"
|
|
name: "NotifyParameters"
|
|
nameWithType: "NotifyParameters"
|
|
summary: "Properties for generating a Notification."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **NotifyParameters**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.NotifyParameters()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.NotifyParameters()"
|
|
name: "NotifyParameters()"
|
|
nameWithType: "NotifyParameters.NotifyParameters()"
|
|
summary: "Creates an instance of Notify<wbr>Parameters class."
|
|
syntax: "public NotifyParameters()"
|
|
desc: "Creates an instance of NotifyParameters class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.eventName()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.eventName()"
|
|
name: "eventName()"
|
|
nameWithType: "NotifyParameters.eventName()"
|
|
summary: "Get the event<wbr>Name property: The type of event (i.<wbr>e."
|
|
syntax: "public NotificationChannelEventType eventName()"
|
|
desc: "Get the eventName property: The type of event (i.e. AutoShutdown, Cost)."
|
|
returns:
|
|
description: "the eventName value."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType?alt=com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType&text=NotificationChannelEventType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.jsonPayload()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.jsonPayload()"
|
|
name: "jsonPayload()"
|
|
nameWithType: "NotifyParameters.jsonPayload()"
|
|
summary: "Get the json<wbr>Payload property: Properties for the notification in json format."
|
|
syntax: "public String jsonPayload()"
|
|
desc: "Get the jsonPayload property: Properties for the notification in json format."
|
|
returns:
|
|
description: "the jsonPayload value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.validate()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NotifyParameters.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.withEventName(com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.withEventName(NotificationChannelEventType eventName)"
|
|
name: "withEventName(NotificationChannelEventType eventName)"
|
|
nameWithType: "NotifyParameters.withEventName(NotificationChannelEventType eventName)"
|
|
summary: "Set the event<wbr>Name property: The type of event (i.<wbr>e."
|
|
parameters:
|
|
- description: "the eventName value to set."
|
|
name: "eventName"
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType?alt=com.azure.resourcemanager.devtestlabs.models.NotificationChannelEventType&text=NotificationChannelEventType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NotifyParameters withEventName(NotificationChannelEventType eventName)"
|
|
desc: "Set the eventName property: The type of event (i.e. AutoShutdown, Cost)."
|
|
returns:
|
|
description: "the NotifyParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NotifyParameters?alt=com.azure.resourcemanager.devtestlabs.models.NotifyParameters&text=NotifyParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.withJsonPayload(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.NotifyParameters.withJsonPayload(String jsonPayload)"
|
|
name: "withJsonPayload(String jsonPayload)"
|
|
nameWithType: "NotifyParameters.withJsonPayload(String jsonPayload)"
|
|
summary: "Set the json<wbr>Payload property: Properties for the notification in json format."
|
|
parameters:
|
|
- description: "the jsonPayload value to set."
|
|
name: "jsonPayload"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NotifyParameters withJsonPayload(String jsonPayload)"
|
|
desc: "Set the jsonPayload property: Properties for the notification in json format."
|
|
returns:
|
|
description: "the NotifyParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NotifyParameters?alt=com.azure.resourcemanager.devtestlabs.models.NotifyParameters&text=NotifyParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties for generating a Notification."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|