AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateAlias operation. Adds an alias to the set of a given member (user or group) of WorkMail.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkMail.AmazonWorkMailRequest
      Amazon.WorkMail.Model.CreateAliasRequest

Namespace: Amazon.WorkMail.Model
Assembly: AWSSDK.WorkMail.dll
Version: 3.x.y.z

Syntax

C#
public class CreateAliasRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The CreateAliasRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAliasRequest()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

The alias to add to the member set.

Public Property EntityId System.String

Gets and sets the property EntityId.

The member (user or group) to which this alias is added.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The organization under which the member (user or group) exists.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5