PipelineGroupJsonMapperElement Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define the destination's element. The element is the body or the attributes of the message, to which the json array mapper will write the output map.
public readonly struct PipelineGroupJsonMapperElement : IEquatable<Azure.ResourceManager.Monitor.Models.PipelineGroupJsonMapperElement>
type PipelineGroupJsonMapperElement = struct
Public Structure PipelineGroupJsonMapperElement
Implements IEquatable(Of PipelineGroupJsonMapperElement)
- Inheritance
-
PipelineGroupJsonMapperElement
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupJsonMapperElement(String) |
Initializes a new instance of PipelineGroupJsonMapperElement. |
Properties
| Name | Description |
|---|---|
| Attributes |
Read or write the json array from or to the attributes of the message. |
| Body |
Read or write the json array from or to the body of the message. |
Methods
| Name | Description |
|---|---|
| Equals(PipelineGroupJsonMapperElement) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PipelineGroupJsonMapperElement, PipelineGroupJsonMapperElement) |
Determines if two PipelineGroupJsonMapperElement values are the same. |
| Implicit(String to PipelineGroupJsonMapperElement) |
Converts a String to a PipelineGroupJsonMapperElement. |
| Inequality(PipelineGroupJsonMapperElement, PipelineGroupJsonMapperElement) |
Determines if two PipelineGroupJsonMapperElement values are not the same. |