ApiOperationInvokableProtocol 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 ApiOperationInvokableProtocol.
public readonly struct ApiOperationInvokableProtocol : IEquatable<Azure.ResourceManager.ApiManagement.Models.ApiOperationInvokableProtocol>
type ApiOperationInvokableProtocol = struct
Public Structure ApiOperationInvokableProtocol
Implements IEquatable(Of ApiOperationInvokableProtocol)
- Inheritance
-
ApiOperationInvokableProtocol
- Implements
Constructors
ApiOperationInvokableProtocol(String) |
Initializes a new instance of ApiOperationInvokableProtocol. |
Properties
Http |
http. |
Https |
https. |
Ws |
ws. |
Wss |
wss. |
Methods
Equals(ApiOperationInvokableProtocol) |
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(ApiOperationInvokableProtocol, ApiOperationInvokableProtocol) |
Determines if two ApiOperationInvokableProtocol values are the same. |
Implicit(String to ApiOperationInvokableProtocol) |
Converts a string to a ApiOperationInvokableProtocol. |
Inequality(ApiOperationInvokableProtocol, ApiOperationInvokableProtocol) |
Determines if two ApiOperationInvokableProtocol values are not the same. |
Applies to
Azure SDK for .NET