AssignmentInfo 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.
Information about the guest configuration assignment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentInfoTypeConverter))]
public class AssignmentInfo : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentInfoTypeConverter))>]
type AssignmentInfo = class
interface IAssignmentInfo
interface IJsonSerializable
Public Class AssignmentInfo
Implements IAssignmentInfo
- Inheritance
-
AssignmentInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AssignmentInfo() |
Creates an new AssignmentInfo instance. |
Properties
| Name | Description |
|---|---|
| ConfigurationName |
Name of the configuration. |
| ConfigurationVersion |
Version of the configuration. |
| Name |
Name of the guest configuration assignment. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssignmentInfo. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssignmentInfo. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentInfo. |
| FromJsonString(String) |
Creates a new instance of AssignmentInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssignmentInfo into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |