SenderUsername Class
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.
SenderUsername.
public class SenderUsername : Azure.Provisioning.Primitives.ProvisionableResource
type SenderUsername = class
inherit ProvisionableResource
Public Class SenderUsername
Inherits ProvisionableResource
- Inheritance
Constructors
SenderUsername(String, String) |
Creates a new SenderUsername. |
Properties
DataLocation |
The location where the SenderUsername resource data is stored at rest. |
DisplayName |
The display name for the senderUsername. |
Id |
Gets the Id. |
Name |
The valid sender Username. |
Parent |
Gets or sets a reference to the parent CommunicationDomain. |
ProvisioningState |
Provisioning state of the resource. Unknown is the default state for Communication Services. |
SystemData |
Gets the SystemData. |
Username |
A sender senderUsername to be used when sending emails. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of SenderUsername. |
FromExisting(String, String) |
Creates a reference to an existing SenderUsername. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |
Applies to
Azure SDK for .NET