Class HttpServerLocation
The location of http server.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HttpServerLocation/HttpServerLocationConverter))]
public class HttpServerLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
Constructors
HttpServerLocation()
Properties
RelativeUrl
Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
Declaration
public object RelativeUrl { get; set; }
Property Value
|
System.Object
|