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