AppInstanceHttpSchemeType 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.
Scheme to use for connecting to the host. Defaults to HTTP.
Possible enum values:
"HTTP"
means that the scheme used will be http://"HTTPS"
means that the scheme used will be https://
public readonly struct AppInstanceHttpSchemeType : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpSchemeType>
type AppInstanceHttpSchemeType = struct
Public Structure AppInstanceHttpSchemeType
Implements IEquatable(Of AppInstanceHttpSchemeType)
- Inheritance
-
AppInstanceHttpSchemeType
- Implements
Constructors
AppInstanceHttpSchemeType(String) |
Initializes a new instance of AppInstanceHttpSchemeType. |
Properties
Http |
HTTP. |
Https |
HTTPS. |
Methods
Equals(AppInstanceHttpSchemeType) |
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(AppInstanceHttpSchemeType, AppInstanceHttpSchemeType) |
Determines if two AppInstanceHttpSchemeType values are the same. |
Implicit(String to AppInstanceHttpSchemeType) |
Converts a string to a AppInstanceHttpSchemeType. |
Inequality(AppInstanceHttpSchemeType, AppInstanceHttpSchemeType) |
Determines if two AppInstanceHttpSchemeType values are not the same. |
Applies to
Azure SDK for .NET