AppInstanceHttpGetAction.Scheme Property
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 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)