Represents url of the service endpoint.

interface EndpointUrl {
    dependsOn?: DependsOn;
    displayName?: string;
    helpText?: string;
    isVisible?: string;
    value?: string;
}

Properties

dependsOn?: DependsOn

Gets or sets the dependency bindings.

displayName?: string

Gets or sets the display name of service endpoint url.

helpText?: string

Gets or sets the help text of service endpoint url.

isVisible?: string

Gets or sets the visibility of service endpoint url.

value?: string

Gets or sets the value of service endpoint url.