Table of Contents

Class OperationDisplay

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

The object that represents the operation.

public class OperationDisplay
Inheritance
OperationDisplay
Inherited Members

Constructors

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

public OperationDisplay()

OperationDisplay(string, string, string, string)

Initializes a new instance of the OperationDisplay class.

public OperationDisplay(string provider = null, string resource = null, string operation = null, string description = null)

Parameters

provider string

Service provider: Microsoft.ResourceProvider

resource string

Resource on which the operation is performed: Profile, endpoint, etc.

operation string

Operation type: Read, write, delete, etc.

description string

Description of operation

Properties

Description

Gets or sets description of operation

public string Description { get; set; }

Property Value

string

Operation

Gets or sets operation type: Read, write, delete, etc.

public string Operation { get; set; }

Property Value

string

Provider

Gets or sets service provider: Microsoft.ResourceProvider

public string Provider { get; set; }

Property Value

string

Resource

Gets or sets resource on which the operation is performed: Profile, endpoint, etc.

public string Resource { get; set; }

Property Value

string