Table of Contents

Class OperationInner

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

REST API operation

public class OperationInner
Inheritance
OperationInner
Inherited Members

Constructors

OperationInner()

Initializes a new instance of the OperationInner class.

public OperationInner()

OperationInner(string, OperationDisplay)

Initializes a new instance of the OperationInner class.

public OperationInner(string name = null, OperationDisplay display = null)

Parameters

name string

Operation name: {provider}/{resource}/{operation}

display OperationDisplay

The object that represents the operation.

Properties

Display

Gets or sets the object that represents the operation.

public OperationDisplay Display { get; set; }

Property Value

OperationDisplay

Name

Gets or sets operation name: {provider}/{resource}/{operation}

public string Name { get; set; }

Property Value

string