ContainerAppProbe.HttpGet 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.
HTTPGet specifies the http request to perform.
public Azure.Provisioning.AppContainers.ContainerAppHttpRequestInfo HttpGet { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.AppContainers.ContainerAppHttpRequestInfo> HttpGet { get; set; }
member this.HttpGet : Azure.Provisioning.AppContainers.ContainerAppHttpRequestInfo with get, set
member this.HttpGet : Azure.Provisioning.BicepValue<Azure.Provisioning.AppContainers.ContainerAppHttpRequestInfo> with get, set
Public Property HttpGet As ContainerAppHttpRequestInfo
Public Property HttpGet As BicepValue(Of ContainerAppHttpRequestInfo)
Property Value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET