Delen via


NginxDeploymentProperties Class

Definition

The NginxDeploymentProperties.

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

Constructors

NginxDeploymentProperties()

Initializes a new instance of NginxDeploymentProperties.

Properties

EnableDiagnosticsSupport

Gets or sets the enable diagnostics support.

IPAddress

The IP address of the deployment.

LoggingStorageAccount

Gets or sets the logging storage account.

ManagedResourceGroup

The managed resource group to deploy VNet injection related network resources.

NetworkProfile

Gets or sets the network profile.

NginxVersion

Gets the nginx version.

ProvisioningState

Gets the provisioning state.

ScalingCapacity

Gets or sets the scaling capacity.

ScalingProperties

Information on how the deployment will be scaled.

UpgradeChannel

Channel used for autoupgrade.

UserPreferredEmail

The preferred support contact email address of the user used for sending alerts and notification. Can be an empty string or a valid email address.

Explicit Interface Implementations

IJsonModel<NginxDeploymentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NginxDeploymentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxDeploymentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxDeploymentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NginxDeploymentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to