Table of Contents

Class TableGetResultsInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An Azure Cosmos DB Table.

public class TableGetResultsInner : ARMResourcePropertiesInner
Inheritance
TableGetResultsInner

Constructors

TableGetResultsInner()

Initializes a new instance of the TableGetResultsInner class.

public TableGetResultsInner()

TableGetResultsInner(string, string, string, string, IDictionary<string, string>, TableGetPropertiesResource)

Initializes a new instance of the TableGetResultsInner class.

public TableGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, TableGetPropertiesResource resource = null)

Parameters

location string
id string
name string
type string
tags IDictionary<string, string>
resource TableGetPropertiesResource

Properties

Resource

public TableGetPropertiesResource Resource { get; set; }

Property Value

TableGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails