Condividi tramite


DeliveryRuleAction1 Class

Definition

An action for the delivery rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeliveryRuleAction1TypeConverter))]
public class DeliveryRuleAction1 : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeliveryRuleAction1TypeConverter))>]
type DeliveryRuleAction1 = class
    interface IDeliveryRuleAction1
    interface IJsonSerializable
Public Class DeliveryRuleAction1
Implements IDeliveryRuleAction1
Inheritance
DeliveryRuleAction1
Attributes
Implements

Constructors

DeliveryRuleAction1()

Creates an new DeliveryRuleAction1 instance.

Properties

Name

The name of the action for the delivery rule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeliveryRuleAction1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeliveryRuleAction1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1. Note: the Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1 interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeliveryRuleAction1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to