UpdateMonitorRequest 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.
Defines the request body for updating SAP monitor resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.UpdateMonitorRequestTypeConverter))]
public class UpdateMonitorRequest : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IUpdateMonitorRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.UpdateMonitorRequestTypeConverter))>]
type UpdateMonitorRequest = class
interface IUpdateMonitorRequest
interface IJsonSerializable
Public Class UpdateMonitorRequest
Implements IUpdateMonitorRequest
- Inheritance
-
UpdateMonitorRequest
- Attributes
- Implements
Constructors
UpdateMonitorRequest() |
Creates an new UpdateMonitorRequest instance. |
Properties
IdentityType |
Type of manage identity |
IdentityUserAssignedIdentity |
User assigned identities dictionary |
Tag |
Gets or sets the Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateMonitorRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateMonitorRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IUpdateMonitorRequest. |
FromJsonString(String) |
Creates a new instance of UpdateMonitorRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateMonitorRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |