EmailService 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.
EmailService.
public class EmailService : Azure.Provisioning.Primitives.ProvisionableResource
type EmailService = class
inherit ProvisionableResource
Public Class EmailService
Inherits ProvisionableResource
- Inheritance
Constructors
EmailService(String, String) |
Creates a new EmailService. |
Properties
DataLocation |
The location where the email service stores its data at rest. |
Id |
Gets the Id. |
Location |
Gets or sets the Location. |
Name |
The name of the EmailService resource. |
ProvisioningState |
Provisioning state of the resource. |
SystemData |
Gets the SystemData. |
Tags |
Gets or sets the Tags. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of EmailService. |
FromExisting(String, String) |
Creates a reference to an existing EmailService. |
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