LogicAppsProxyMethod Struct

Definition

HTTP method used by the Logic Apps proxy.

public readonly struct LogicAppsProxyMethod : IEquatable<Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod>
type LogicAppsProxyMethod = struct
Public Structure LogicAppsProxyMethod
Implements IEquatable(Of LogicAppsProxyMethod)
Inheritance
LogicAppsProxyMethod
Implements

Constructors

Name Description
LogicAppsProxyMethod(String)

Initializes a new instance of LogicAppsProxyMethod.

Properties

Name Description
GET

GET.

POST

POST.

Methods

Name Description
Equals(LogicAppsProxyMethod)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(LogicAppsProxyMethod, LogicAppsProxyMethod)

Determines if two LogicAppsProxyMethod values are the same.

Implicit(String to LogicAppsProxyMethod)

Converts a string to a LogicAppsProxyMethod.

Implicit(String to Nullable<LogicAppsProxyMethod>)
Inequality(LogicAppsProxyMethod, LogicAppsProxyMethod)

Determines if two LogicAppsProxyMethod values are not the same.

Applies to