LogicApiReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Api reference.
public class LogicApiReference : Azure.ResourceManager.Logic.Models.LogicResourceReference
public class LogicApiReference : Azure.ResourceManager.Logic.Models.LogicResourceReference, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicApiReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicApiReference>
type LogicApiReference = class
inherit LogicResourceReference
type LogicApiReference = class
inherit LogicResourceReference
interface IJsonModel<LogicApiReference>
interface IPersistableModel<LogicApiReference>
Public Class LogicApiReference
Inherits LogicResourceReference
Public Class LogicApiReference
Inherits LogicResourceReference
Implements IJsonModel(Of LogicApiReference), IPersistableModel(Of LogicApiReference)
- Inheritance
- Implements
Constructors
LogicApiReference() |
Initializes a new instance of LogicApiReference. |
Properties
BrandColor |
The brand color of the api. |
Category |
The tier. |
Description |
The description of the api. |
DisplayName |
The display name of the api. |
IconUri |
The icon uri of the api. |
Id |
The resource id. (Inherited from LogicResourceReference) |
IntegrationServiceEnvironment |
The integration service environment reference. |
Name |
Gets the resource name. (Inherited from LogicResourceReference) |
ResourceType |
Gets the resource type. (Inherited from LogicResourceReference) |
Swagger |
The swagger of the api. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from LogicResourceReference) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET