LogicApiReference Class

Definition

The Api reference.

public class LogicApiReference : Azure.ResourceManager.Logic.Models.LogicResourceReference
type LogicApiReference = class
    inherit LogicResourceReference
Public Class LogicApiReference
Inherits LogicResourceReference
Inheritance
LogicApiReference

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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Applies to