Udostępnij przez


MonitorsIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.MonitorsIdentityTypeConverter))]
public class MonitorsIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IMonitorsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.MonitorsIdentityTypeConverter))>]
type MonitorsIdentity = class
    interface IMonitorsIdentity
    interface IJsonSerializable
Public Class MonitorsIdentity
Implements IMonitorsIdentity
Inheritance
MonitorsIdentity
Attributes
Implements

Constructors

Name Description
MonitorsIdentity()

Creates an new MonitorsIdentity instance.

Properties

Name Description
Id

Resource identity path

MonitorName

Name of the SAP monitor resource.

ProviderInstanceName

Name of the provider instance.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitorsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitorsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IMonitorsIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitorsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to