Share via


NginxDeployment Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxDeploymentTypeConverter))]
public class NginxDeployment : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxDeployment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxDeploymentTypeConverter))>]
type NginxDeployment = class
    interface INginxDeployment
    interface IJsonSerializable
Public Class NginxDeployment
Implements INginxDeployment
Inheritance
NginxDeployment
Attributes
Implements

Constructors

NginxDeployment()

Creates an new NginxDeployment instance.

Properties

EnableDiagnosticsSupport
Id
IdentityPrincipalId
IdentityTenantId
IdentityType
IdentityUserAssignedIdentity
IPAddress

The IP address of the deployment.

Location
ManagedResourceGroup

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

Name
NetworkProfile
NginxVersion
ProvisioningState
ScalingPropertyCapacity
SkuName

Name of the SKU.

StorageAccountContainerName
StorageAccountName
SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag
Type
UserProfilePreferredEmail

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxDeployment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxDeployment.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxDeployment.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxDeployment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to