CustomizationTaskPropertiesInputs 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.
Inputs to the task.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.CustomizationTaskPropertiesInputsTypeConverter))]
public class CustomizationTaskPropertiesInputs : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICustomizationTaskPropertiesInputs, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICustomizationTaskInput>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.CustomizationTaskPropertiesInputsTypeConverter))>]
type CustomizationTaskPropertiesInputs = class
interface ICustomizationTaskPropertiesInputs
interface IJsonSerializable
interface IAssociativeArray<ICustomizationTaskInput>
Public Class CustomizationTaskPropertiesInputs
Implements IAssociativeArray(Of ICustomizationTaskInput), ICustomizationTaskPropertiesInputs
- Inheritance
-
CustomizationTaskPropertiesInputs
- Attributes
- Implements
Constructors
CustomizationTaskPropertiesInputs() |
Creates an new CustomizationTaskPropertiesInputs instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, ICustomizationTaskInput) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomizationTaskPropertiesInputs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomizationTaskPropertiesInputs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICustomizationTaskPropertiesInputs. |
FromJsonString(String) |
Creates a new instance of CustomizationTaskPropertiesInputs, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomizationTaskPropertiesInputs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, ICustomizationTaskInput) |
Operators
Implicit(CustomizationTaskPropertiesInputs to Dictionary<String,ICustomizationTaskInput>) |