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 UpdateResource operation. Updates data for the resource. To have the latest information, it must be preceded by a DescribeResource call. The dataset in the request should be the one expected when performing another DescribeResource call.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateResourceRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The UpdateResourceRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateResourceRequest()

Properties

NameTypeDescription
Public Property BookingOptions Amazon.WorkMail.Model.BookingOptions

Gets and sets the property BookingOptions.

The resource's booking options to be updated.

Public Property Description System.String

Gets and sets the property Description.

Updates the resource description.

Public Property HiddenFromGlobalAddressList System.Boolean

Gets and sets the property HiddenFromGlobalAddressList.

If enabled, the resource is hidden from the global address list.

Public Property Name System.String

Gets and sets the property Name.

The name of the resource to be updated.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

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

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The identifier of the resource to be updated.

The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Email address: resource@domain.tld

  • Resource name: resource

Public Property Type Amazon.WorkMail.ResourceType

Gets and sets the property Type.

Updates the resource type.

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