Udostępnij przez


NginxDeploymentWafPolicyApplyingStatus Class

Definition

Nginx Deployment Waf Policy Applying Status.

public class NginxDeploymentWafPolicyApplyingStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatus>
type NginxDeploymentWafPolicyApplyingStatus = class
    interface IJsonModel<NginxDeploymentWafPolicyApplyingStatus>
    interface IPersistableModel<NginxDeploymentWafPolicyApplyingStatus>
Public Class NginxDeploymentWafPolicyApplyingStatus
Implements IJsonModel(Of NginxDeploymentWafPolicyApplyingStatus), IPersistableModel(Of NginxDeploymentWafPolicyApplyingStatus)
Inheritance
NginxDeploymentWafPolicyApplyingStatus
Implements

Properties

Name Description
Code

Machine readable code indicating the applying status code of a WAF Policy.

DisplayStatus

A readable string of the current status, and sometimes have the reason for the current state.

Time

The date and time in UTC the current applying status was set.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NginxDeploymentWafPolicyApplyingStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<NginxDeploymentWafPolicyApplyingStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<NginxDeploymentWafPolicyApplyingStatus>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<NginxDeploymentWafPolicyApplyingStatus>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<NginxDeploymentWafPolicyApplyingStatus>.Write(ModelReaderWriterOptions)

Applies to