你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureApplicationGatewayUrlPathMapConfigBase.DefaultBackendHttpSettings Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Application gateway BackendHttpSettings", Mandatory=true, ParameterSetName="BackendSetByResource")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings DefaultBackendHttpSettings { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(HelpMessage="Application gateway BackendHttpSettings", ParameterSetName="SetByResource")]
public Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings DefaultBackendHttpSettings { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Application gateway BackendHttpSettings", Mandatory=true, ParameterSetName="BackendSetByResource")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DefaultBackendHttpSettings : Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(HelpMessage="Application gateway BackendHttpSettings", ParameterSetName="SetByResource")>]
member this.DefaultBackendHttpSettings : Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings with get, set
Public Property DefaultBackendHttpSettings As PSApplicationGatewayBackendHttpSettings

Property Value

Attributes

Applies to