LogicWsdlImportMethod Struct
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 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
Azure SDK for .NET