AnalysisCreateConfig 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.AnalysisCreateConfigTypeConverter))]
public class AnalysisCreateConfig : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.IAnalysisCreateConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.AnalysisCreateConfigTypeConverter))>]
type AnalysisCreateConfig = class
interface IAnalysisCreateConfig
interface IJsonSerializable
Public Class AnalysisCreateConfig
Implements IAnalysisCreateConfig
- Inheritance
-
AnalysisCreateConfig
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AnalysisCreateConfig() |
Creates an new AnalysisCreateConfig instance. |
Properties
| Name | Description |
|---|---|
| File | |
| PackageData | |
| PackageProtectedFile | |
| ProtectedFile | |
| RootFile |
The root file of the NGINX config file(s). It must match one of the files' filepath. |
Methods
| Name | Description |
|---|---|
| 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.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() | |