azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

136 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase"
name: "MonitoringSignalBase"
nameWithType: "MonitoringSignalBase"
summary: "The Monitoring<wbr>Signal<wbr>Base model."
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 class **MonitoringSignalBase**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.MonitoringSignalBase()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.MonitoringSignalBase()"
name: "MonitoringSignalBase()"
nameWithType: "MonitoringSignalBase.MonitoringSignalBase()"
summary: "Creates an instance of Monitoring<wbr>Signal<wbr>Base class."
syntax: "public MonitoringSignalBase()"
desc: "Creates an instance of MonitoringSignalBase class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MonitoringSignalBase.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Monitoring<wbr>Signal<wbr>Base from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MonitoringSignalBase fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MonitoringSignalBase."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MonitoringSignalBase from the JsonReader."
returns:
description: "An instance of MonitoringSignalBase if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.notificationTypes()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.notificationTypes()"
name: "notificationTypes()"
nameWithType: "MonitoringSignalBase.notificationTypes()"
summary: "Get the notification<wbr>Types property: The current notification mode for this signal."
syntax: "public List<MonitoringNotificationType> notificationTypes()"
desc: "Get the notificationTypes property: The current notification mode for this signal."
returns:
description: "the notificationTypes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringNotificationType?alt=com.azure.resourcemanager.machinelearning.models.MonitoringNotificationType&text=MonitoringNotificationType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.properties()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.properties()"
name: "properties()"
nameWithType: "MonitoringSignalBase.properties()"
summary: "Get the properties property: Property dictionary."
syntax: "public Map<String,String> properties()"
desc: "Get the properties property: Property dictionary. Properties can be added, but not removed or altered."
returns:
description: "the properties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.signalType()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.signalType()"
name: "signalType()"
nameWithType: "MonitoringSignalBase.signalType()"
summary: "Get the signal<wbr>Type property: \\[Required\\] Specifies the type of signal to monitor."
syntax: "public MonitoringSignalType signalType()"
desc: "Get the signalType property: \\[Required\\] Specifies the type of signal to monitor."
returns:
description: "the signalType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalType?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalType&text=MonitoringSignalType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MonitoringSignalBase.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.validate()"
name: "validate()"
nameWithType: "MonitoringSignalBase.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.withNotificationTypes(java.util.List<com.azure.resourcemanager.machinelearning.models.MonitoringNotificationType>)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.withNotificationTypes(List<MonitoringNotificationType> notificationTypes)"
name: "withNotificationTypes(List<MonitoringNotificationType> notificationTypes)"
nameWithType: "MonitoringSignalBase.withNotificationTypes(List<MonitoringNotificationType> notificationTypes)"
summary: "Set the notification<wbr>Types property: The current notification mode for this signal."
parameters:
- description: "the notificationTypes value to set."
name: "notificationTypes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringNotificationType?alt=com.azure.resourcemanager.machinelearning.models.MonitoringNotificationType&text=MonitoringNotificationType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MonitoringSignalBase withNotificationTypes(List<MonitoringNotificationType> notificationTypes)"
desc: "Set the notificationTypes property: The current notification mode for this signal."
returns:
description: "the MonitoringSignalBase object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.withProperties(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase.withProperties(Map<String,String> properties)"
name: "withProperties(Map<String,String> properties)"
nameWithType: "MonitoringSignalBase.withProperties(Map<String,String> properties)"
summary: "Set the properties property: Property dictionary."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public MonitoringSignalBase withProperties(Map<String,String> properties)"
desc: "Set the properties property: Property dictionary. Properties can be added, but not removed or altered."
returns:
description: "the MonitoringSignalBase object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The MonitoringSignalBase model."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0