SiteHealthSummaryCollection 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.
Collection of SiteHealthSummary.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteHealthSummaryCollectionTypeConverter))]
public class SiteHealthSummaryCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteHealthSummaryCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteHealthSummaryCollectionTypeConverter))>]
type SiteHealthSummaryCollection = class
interface ISiteHealthSummaryCollection
interface IJsonSerializable
Public Class SiteHealthSummaryCollection
Implements ISiteHealthSummaryCollection
- Inheritance
-
SiteHealthSummaryCollection
- Attributes
- Implements
Constructors
SiteHealthSummaryCollection() |
Creates an new SiteHealthSummaryCollection instance. |
Properties
NextLink |
Value of next link. |
Value |
List of SiteHealthSummary. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SiteHealthSummaryCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SiteHealthSummaryCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteHealthSummaryCollection. |
FromJsonString(String) |
Creates a new instance of SiteHealthSummaryCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SiteHealthSummaryCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |