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 DescribeContainer operation. Retrieves the properties of the requested container. This request is commonly used to retrieve the endpoint of a container. An endpoint is a value assigned by the service when a new container is created. A container's endpoint does not change after it has been assigned. The DescribeContainer request returns a single Container object based on ContainerName. To return all Container objects that are associated with a specified AWS account, use ListContainers.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaStore.AmazonMediaStoreRequest
      Amazon.MediaStore.Model.DescribeContainerRequest

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

Syntax

C#
public class DescribeContainerRequest : AmazonMediaStoreRequest
         IAmazonWebServiceRequest

The DescribeContainerRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeContainerRequest()

Properties

NameTypeDescription
Public Property ContainerName System.String

Gets and sets the property ContainerName.

The name of the container to query.

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