Aracılığıyla paylaş


SenderUsernameResourceCollection Class

Definition

A class representing a Domains SenderUsernames collection.

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

Constructors

SenderUsernameResourceCollection()

Creates an new SenderUsernameResourceCollection instance.

Properties

NextLink

The URL the client should use to fetch the next page (per server side paging).

Value

List of SenderUsernames

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SenderUsernameResourceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SenderUsernameResourceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SenderUsernameResourceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to