222 строки
14 KiB
YAML
222 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.monitor.models.ActionDetail"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail"
|
|
name: "ActionDetail"
|
|
nameWithType: "ActionDetail"
|
|
summary: "The action detail."
|
|
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 **ActionDetail**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.ActionDetail()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.ActionDetail()"
|
|
name: "ActionDetail()"
|
|
nameWithType: "ActionDetail.ActionDetail()"
|
|
summary: "Creates an instance of Action<wbr>Detail class."
|
|
syntax: "public ActionDetail()"
|
|
desc: "Creates an instance of ActionDetail class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.detail()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.detail()"
|
|
name: "detail()"
|
|
nameWithType: "ActionDetail.detail()"
|
|
summary: "Get the detail property: The detail of the friendly error message."
|
|
syntax: "public String detail()"
|
|
desc: "Get the detail property: The detail of the friendly error message."
|
|
returns:
|
|
description: "the detail value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ActionDetail.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Action<wbr>Detail 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 ActionDetail fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ActionDetail."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ActionDetail from the JsonReader."
|
|
returns:
|
|
description: "An instance of ActionDetail if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.mechanismType()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.mechanismType()"
|
|
name: "mechanismType()"
|
|
nameWithType: "ActionDetail.mechanismType()"
|
|
summary: "Get the mechanism<wbr>Type property: The mechanism type."
|
|
syntax: "public String mechanismType()"
|
|
desc: "Get the mechanismType property: The mechanism type."
|
|
returns:
|
|
description: "the mechanismType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.name()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.name()"
|
|
name: "name()"
|
|
nameWithType: "ActionDetail.name()"
|
|
summary: "Get the name property: The name of the action."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the action."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.sendTime()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.sendTime()"
|
|
name: "sendTime()"
|
|
nameWithType: "ActionDetail.sendTime()"
|
|
summary: "Get the send<wbr>Time property: The send time."
|
|
syntax: "public String sendTime()"
|
|
desc: "Get the sendTime property: The send time."
|
|
returns:
|
|
description: "the sendTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.status()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.status()"
|
|
name: "status()"
|
|
nameWithType: "ActionDetail.status()"
|
|
summary: "Get the status property: The status of the action."
|
|
syntax: "public String status()"
|
|
desc: "Get the status property: The status of the action."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.subState()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.subState()"
|
|
name: "subState()"
|
|
nameWithType: "ActionDetail.subState()"
|
|
summary: "Get the sub<wbr>State property: The substatus of the action."
|
|
syntax: "public String subState()"
|
|
desc: "Get the subState property: The substatus of the action."
|
|
returns:
|
|
description: "the subState value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ActionDetail.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.monitor.models.ActionDetail.validate()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ActionDetail.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withDetail(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withDetail(String detail)"
|
|
name: "withDetail(String detail)"
|
|
nameWithType: "ActionDetail.withDetail(String detail)"
|
|
summary: "Set the detail property: The detail of the friendly error message."
|
|
parameters:
|
|
- description: "the detail value to set."
|
|
name: "detail"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withDetail(String detail)"
|
|
desc: "Set the detail property: The detail of the friendly error message."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withMechanismType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withMechanismType(String mechanismType)"
|
|
name: "withMechanismType(String mechanismType)"
|
|
nameWithType: "ActionDetail.withMechanismType(String mechanismType)"
|
|
summary: "Set the mechanism<wbr>Type property: The mechanism type."
|
|
parameters:
|
|
- description: "the mechanismType value to set."
|
|
name: "mechanismType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withMechanismType(String mechanismType)"
|
|
desc: "Set the mechanismType property: The mechanism type."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ActionDetail.withName(String name)"
|
|
summary: "Set the name property: The name of the action."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withName(String name)"
|
|
desc: "Set the name property: The name of the action."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withSendTime(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withSendTime(String sendTime)"
|
|
name: "withSendTime(String sendTime)"
|
|
nameWithType: "ActionDetail.withSendTime(String sendTime)"
|
|
summary: "Set the send<wbr>Time property: The send time."
|
|
parameters:
|
|
- description: "the sendTime value to set."
|
|
name: "sendTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withSendTime(String sendTime)"
|
|
desc: "Set the sendTime property: The send time."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withStatus(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withStatus(String status)"
|
|
name: "withStatus(String status)"
|
|
nameWithType: "ActionDetail.withStatus(String status)"
|
|
summary: "Set the status property: The status of the action."
|
|
parameters:
|
|
- description: "the status value to set."
|
|
name: "status"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withStatus(String status)"
|
|
desc: "Set the status property: The status of the action."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActionDetail.withSubState(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActionDetail.withSubState(String subState)"
|
|
name: "withSubState(String subState)"
|
|
nameWithType: "ActionDetail.withSubState(String subState)"
|
|
summary: "Set the sub<wbr>State property: The substatus of the action."
|
|
parameters:
|
|
- description: "the subState value to set."
|
|
name: "subState"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActionDetail withSubState(String subState)"
|
|
desc: "Set the subState property: The substatus of the action."
|
|
returns:
|
|
description: "the ActionDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The action detail."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.monitor.models.ActionDetail?alt=com.azure.resourcemanager.monitor.models.ActionDetail&text=ActionDetail\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.monitor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0
|