Share via


WorkspacePatchResource Class

Definition

Workspace patch properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.WorkspacePatchResourceTypeConverter))]
public class WorkspacePatchResource : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspacePatchResource, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.WorkspacePatchResourceTypeConverter))>]
type WorkspacePatchResource = class
    interface IWorkspacePatchResource
    interface IJsonSerializable
    interface IResourceTags1
    interface IValidates
Public Class WorkspacePatchResource
Implements IValidates, IWorkspacePatchResource
Inheritance
WorkspacePatchResource
Attributes
Implements

Constructors

WorkspacePatchResource()

Creates an new WorkspacePatchResource instance.

Properties

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspacePatchResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspacePatchResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspacePatchResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspacePatchResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to