SummaryCollection Class
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.
Summary Collection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.SummaryCollectionTypeConverter))]
public class SummaryCollection : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ISummaryCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.SummaryCollectionTypeConverter))>]
type SummaryCollection = class
interface ISummaryCollection
interface IJsonSerializable
Public Class SummaryCollection
Implements ISummaryCollection
- Inheritance
-
SummaryCollection
- Attributes
- Implements
Constructors
SummaryCollection() |
Creates an new SummaryCollection instance. |
Properties
FieldName |
Gets or sets the field name on which summary is done. |
Summary |
Gets or sets the list of summary items. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SummaryCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SummaryCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ISummaryCollection. |
FromJsonString(String) |
Creates a new instance of SummaryCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SummaryCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |