次の方法で共有


AppInstanceHttpGetAction.Scheme プロパティ

定義

ホストへの接続に使用するスキーム。 既定では HTTP です。

可能な列挙値:

  • "HTTP" は、使用されるスキームが http:// されることを意味します
  • "HTTPS" は、使用されるスキームが 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)

プロパティ値

適用対象