Share via


LinkedOperationRule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.LinkedOperationRuleTypeConverter))]
public class LinkedOperationRule : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ILinkedOperationRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.LinkedOperationRuleTypeConverter))>]
type LinkedOperationRule = class
    interface ILinkedOperationRule
    interface IJsonSerializable
Public Class LinkedOperationRule
Implements ILinkedOperationRule
Inheritance
LinkedOperationRule
Attributes
Implements

Constructors

LinkedOperationRule()

Creates an new LinkedOperationRule instance.

Properties

LinkedAction
LinkedOperation

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkedOperationRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkedOperationRule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ILinkedOperationRule.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkedOperationRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to