Aracılığıyla paylaş


UpdateDomainProperties Class

Definition

A class that describes the updatable properties of a Domains resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.UpdateDomainPropertiesTypeConverter))]
public class UpdateDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.UpdateDomainPropertiesTypeConverter))>]
type UpdateDomainProperties = class
    interface IUpdateDomainProperties
    interface IJsonSerializable
Public Class UpdateDomainProperties
Implements IUpdateDomainProperties
Inheritance
UpdateDomainProperties
Attributes
Implements

Constructors

UpdateDomainProperties()

Creates an new UpdateDomainProperties instance.

Properties

UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateDomainProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateDomainProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateDomainProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to