Condividi tramite


AppInstanceHttpGetAction.Scheme Property

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 Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpSchemeType? Scheme { get; set; }
member this.Scheme : Nullable<Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpSchemeType> with get, set
Public Property Scheme As Nullable(Of AppInstanceHttpSchemeType)

Property Value

Applies to