AnalysisCreateConfig Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AnalysisCreateConfigTypeConverter))]
public class AnalysisCreateConfig : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisCreateConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AnalysisCreateConfigTypeConverter))>]
type AnalysisCreateConfig = class
    interface IAnalysisCreateConfig
    interface IJsonSerializable
Public Class AnalysisCreateConfig
Implements IAnalysisCreateConfig
Inheritance
AnalysisCreateConfig
Attributes
Implements

Constructors

AnalysisCreateConfig()

Creates an new AnalysisCreateConfig instance.

Properties

File
PackageData
PackageProtectedFile
ProtectedFile
RootFile

The root file of the NGINX config file(s). It must match one of the files' filepath.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnalysisCreateConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnalysisCreateConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisCreateConfig.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnalysisCreateConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to