다음을 통해 공유


LogicWsdlImportMethod Struct

Definition

The WSDL import method.

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

Constructors

LogicWsdlImportMethod(String)

Initializes a new instance of LogicWsdlImportMethod.

Properties

NotSpecified

NotSpecified.

SoapPassThrough

SoapPassThrough.

SoapToRest

SoapToRest.

Methods

Equals(LogicWsdlImportMethod)

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

Equality(LogicWsdlImportMethod, LogicWsdlImportMethod)

Determines if two LogicWsdlImportMethod values are the same.

Implicit(String to LogicWsdlImportMethod)

Converts a string to a LogicWsdlImportMethod.

Inequality(LogicWsdlImportMethod, LogicWsdlImportMethod)

Determines if two LogicWsdlImportMethod values are not the same.

Applies to