你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SessionHostPatchProperties 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.
SessionHost properties that can be patched.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.SessionHostPatchPropertiesTypeConverter))]
public class SessionHostPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHostPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.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.Api20230905.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. |