INginxDeployment Interface
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.Api202401Preview.NginxDeploymentTypeConverter))]
public interface INginxDeployment : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxDeploymentTypeConverter))>]
type INginxDeployment = interface
interface IJsonSerializable
Public Interface INginxDeployment
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AutoScaleSettingProfile | |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |