Class OperationDisplay
- 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
stringService provider: Microsoft.ResourceProvider
resource
stringResource on which the operation is performed: Profile, endpoint, etc.
operation
stringOperation type: Read, write, delete, etc.
description
stringDescription of operation
Properties
Description
Gets or sets description of operation
public string Description { get; set; }
Property Value
Operation
Gets or sets operation type: Read, write, delete, etc.
public string Operation { get; set; }
Property Value
Provider
Gets or sets service provider: Microsoft.ResourceProvider
public string Provider { get; set; }
Property Value
Resource
Gets or sets resource on which the operation is performed: Profile, endpoint, etc.
public string Resource { get; set; }