AfdStateProperties 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.
The tracking states for afd resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdStatePropertiesTypeConverter))]
public class AfdStateProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdStatePropertiesTypeConverter))>]
type AfdStateProperties = class
interface IAfdStateProperties
interface IJsonSerializable
Public Class AfdStateProperties
Implements IAfdStateProperties
- Inheritance
-
AfdStateProperties
- Attributes
- Implements
Constructors
AfdStateProperties() |
Creates an new AfdStateProperties instance. |
Properties
DeploymentStatus | |
ProvisioningState |
Provisioning status |
Methods
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.Api20240201.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() |