Class ArmRestApi
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Describes the properties of an Operation value.
public class ArmRestApi : IJsonModel<ArmRestApi>, IPersistableModel<ArmRestApi>
- Inheritance
-
ArmRestApi
- Implements
-
IJsonModel<ArmRestApi>IPersistableModel<ArmRestApi>
- Inherited Members
Properties
Description
The description of the operation.
public string Description { get; }
Property Value
Name
The name of the operation.
public string Name { get; }
Property Value
Operation
The display name of the operation.
public string Operation { get; }
Property Value
Origin
The origin of the operation.
public string Origin { get; }
Property Value
Provider
The resource provider for the operation.
public string Provider { get; }
Property Value
Resource
The display name of the resource the operation applies to.
public string Resource { get; }