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 CreateResource operation. Creates a new WorkMail resource.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateResourceRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The CreateResourceRequest type exposes the following members

Constructors

NameDescription
Public Method CreateResourceRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Resource description.

Public Property HiddenFromGlobalAddressList System.Boolean

Gets and sets the property HiddenFromGlobalAddressList.

If this parameter is enabled, the resource will be hidden from the address book.

Public Property Name System.String

Gets and sets the property Name.

The name of the new resource.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The identifier associated with the organization for which the resource is created.

Public Property Type Amazon.WorkMail.ResourceType

Gets and sets the property Type.

The type of the new resource. The available types are equipment and room.

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