Class OperationInner
- 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
stringOperation name: {provider}/{resource}/{operation}
display
OperationDisplayThe object that represents the operation.
Properties
Display
Gets or sets the object that represents the operation.
public OperationDisplay Display { get; set; }
Property Value
Name
Gets or sets operation name: {provider}/{resource}/{operation}
public string Name { get; set; }