Show / Hide Table of Contents

Class HttpServerLocation

The location of http server.

Inheritance
System.Object
DatasetLocation
HttpServerLocation
Inherited Members
DatasetLocation.AdditionalProperties
DatasetLocation.FileName
DatasetLocation.FolderPath
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()

Initializes a new instance of HttpServerLocation.

Declaration
public 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

Back to top Azure SDK for .NET