Share via


UpdateGroup Class

Definition

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

Name Description
UpdateGroup()

Creates an new UpdateGroup instance.

Properties

Name Description
Name

Name of the group. It must match a group name of an existing fleet member.

Methods

Name Description
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()

Applies to