你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionHostPatchProperties Class

Definition

SessionHost properties that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.SessionHostPatchPropertiesTypeConverter))]
public class SessionHostPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.SessionHostPatchPropertiesTypeConverter))>]
type SessionHostPatchProperties = class
    interface ISessionHostPatchProperties
    interface IJsonSerializable
Public Class SessionHostPatchProperties
Implements ISessionHostPatchProperties
Inheritance
SessionHostPatchProperties
Attributes
Implements

Constructors

SessionHostPatchProperties()

Creates an new SessionHostPatchProperties instance.

Properties

AllowNewSession

Allow a new session.

AssignedUser

User assigned to SessionHost.

FriendlyName

Friendly name of SessionHost

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SessionHostPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SessionHostPatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostPatchProperties.

FromJsonString(String)

Creates a new instance of SessionHostPatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SessionHostPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to