Share via


UpdateDomainRequestParameters Class

Definition

A class that describes the PATCH request parameters of a Domains resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.UpdateDomainRequestParametersTypeConverter))]
public class UpdateDomainRequestParameters : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters, Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.UpdateDomainRequestParametersTypeConverter))>]
type UpdateDomainRequestParameters = class
    interface IUpdateDomainRequestParameters
    interface IJsonSerializable
    interface ITaggedResource
    interface IValidates
Public Class UpdateDomainRequestParameters
Implements IUpdateDomainRequestParameters, IValidates
Inheritance
UpdateDomainRequestParameters
Attributes
Implements

Constructors

UpdateDomainRequestParameters()

Creates an new UpdateDomainRequestParameters instance.

Properties

Tag

Tags of the service which is a list of key value pairs that describe the resource.

UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateDomainRequestParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateDomainRequestParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateDomainRequestParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to