Freigeben über


INginxDeploymentUserProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxDeploymentUserProfileTypeConverter))]
public interface INginxDeploymentUserProfile : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxDeploymentUserProfileTypeConverter))>]
type INginxDeploymentUserProfile = interface
    interface IJsonSerializable
Public Interface INginxDeploymentUserProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
PreferredEmail

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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to