Table of Contents

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

string

Name

The name of the operation.

public string Name { get; }

Property Value

string

Operation

The display name of the operation.

public string Operation { get; }

Property Value

string

Origin

The origin of the operation.

public string Origin { get; }

Property Value

string

Provider

The resource provider for the operation.

public string Provider { get; }

Property Value

string

Resource

The display name of the resource the operation applies to.

public string Resource { get; }

Property Value

string