IngressTargetPortHttpScheme 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.
Whether an http app listens on http or https.
public readonly struct IngressTargetPortHttpScheme : IEquatable<Azure.ResourceManager.AppContainers.Models.IngressTargetPortHttpScheme>
type IngressTargetPortHttpScheme = struct
Public Structure IngressTargetPortHttpScheme
Implements IEquatable(Of IngressTargetPortHttpScheme)
- Inheritance
-
IngressTargetPortHttpScheme
- Implements
Constructors
| Name | Description |
|---|---|
| IngressTargetPortHttpScheme(String) |
Initializes a new instance of IngressTargetPortHttpScheme. |
Properties
| Name | Description |
|---|---|
| Http |
http. |
| Https |
https. |
Methods
| Name | Description |
|---|---|
| Equals(IngressTargetPortHttpScheme) |
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(IngressTargetPortHttpScheme, IngressTargetPortHttpScheme) |
Determines if two IngressTargetPortHttpScheme values are the same. |
| Implicit(String to IngressTargetPortHttpScheme) |
Converts a string to a IngressTargetPortHttpScheme. |
| Implicit(String to Nullable<IngressTargetPortHttpScheme>) | |
| Inequality(IngressTargetPortHttpScheme, IngressTargetPortHttpScheme) |
Determines if two IngressTargetPortHttpScheme values are not the same. |