Table of Contents

Class SqlStoredProcedureGetResultsInner

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

An Azure Cosmos DB storedProcedure.

public class SqlStoredProcedureGetResultsInner : ARMResourcePropertiesInner
Inheritance
SqlStoredProcedureGetResultsInner

Constructors

SqlStoredProcedureGetResultsInner()

Initializes a new instance of the SqlStoredProcedureGetResultsInner class.

public SqlStoredProcedureGetResultsInner()

SqlStoredProcedureGetResultsInner(string, string, string, string, IDictionary<string, string>, SqlStoredProcedureGetPropertiesResource)

Initializes a new instance of the SqlStoredProcedureGetResultsInner class.

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

Parameters

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

Properties

Resource

public SqlStoredProcedureGetPropertiesResource Resource { get; set; }

Property Value

SqlStoredProcedureGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails