UpdateGroup 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.
A group to be updated.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateGroupTypeConverter))]
public class UpdateGroup : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateGroupTypeConverter))>]
type UpdateGroup = class
interface IUpdateGroup
interface IJsonSerializable
Public Class UpdateGroup
Implements IUpdateGroup
- Inheritance
-
UpdateGroup
- Attributes
- Implements
Constructors
UpdateGroup() |
Creates an new UpdateGroup instance. |
Properties
Name |
Name of the group. It must match a group name of an existing fleet member. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroup. |
FromJsonString(String) |
Creates a new instance of UpdateGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |