PolicyModelCollection Class

Definition

Policy model collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.PolicyModelCollectionTypeConverter))]
public class PolicyModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IPolicyModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.PolicyModelCollectionTypeConverter))>]
type PolicyModelCollection = class
    interface IPolicyModelCollection
    interface IJsonSerializable
Public Class PolicyModelCollection
Implements IPolicyModelCollection
Inheritance
PolicyModelCollection
Attributes
Implements

Constructors

Name Description
PolicyModelCollection()

Creates an new PolicyModelCollection instance.

Properties

Name Description
NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of policies.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicyModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyModelCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IPolicyModelCollection.

FromJsonString(String)

Creates a new instance of PolicyModelCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to