Partager via


AfdStateProperties Class

Definition

The tracking states for afd resources.

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

Constructors

Name Description
AfdStateProperties()

Creates an new AfdStateProperties instance.

Properties

Name Description
DeploymentStatus
ProvisioningState

Provisioning status

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdStateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdStateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdStateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdStateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to