SelectExpandClause Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SelectExpandClauseTypeConverter))]
public class SelectExpandClause : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISelectExpandClause
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.SelectExpandClauseTypeConverter))>]
type SelectExpandClause = class
    interface ISelectExpandClause
    interface IJsonSerializable
Public Class SelectExpandClause
Implements ISelectExpandClause
Inheritance
SelectExpandClause
Attributes
Implements

Constructors

SelectExpandClause()

Properties

AllSelected
SelectedItem

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to