ApplicationGroupPatchProperties 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.
ApplicationGroup properties that can be patched.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ApplicationGroupPatchPropertiesTypeConverter))]
public class ApplicationGroupPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationGroupPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ApplicationGroupPatchPropertiesTypeConverter))>]
type ApplicationGroupPatchProperties = class
interface IApplicationGroupPatchProperties
interface IJsonSerializable
Public Class ApplicationGroupPatchProperties
Implements IApplicationGroupPatchProperties
- Inheritance
-
ApplicationGroupPatchProperties
- Attributes
- Implements
Constructors
ApplicationGroupPatchProperties() |
Creates an new ApplicationGroupPatchProperties instance. |
Properties
Description |
Description of ApplicationGroup. |
FriendlyName |
Friendly name of ApplicationGroup. |
ShowInFeed |
Boolean representing whether the applicationGroup is show in the feed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationGroupPatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationGroupPatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationGroupPatchProperties. |
FromJsonString(String) |
Creates a new instance of ApplicationGroupPatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationGroupPatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |