Delen via


AppInstanceHttpSchemeType Struct

Definition

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