Edit

Share via


ServiceEndpoint Class

Definition

Represents an endpoint which may be used by an orchestration job.

[System.Runtime.Serialization.DataContract]
public class ServiceEndpoint
type ServiceEndpoint = class
Public Class ServiceEndpoint
Inheritance
ServiceEndpoint
Attributes

Constructors

ServiceEndpoint()

Constructs an ServiceEndpoint instance with empty values.

Properties

AdministratorsGroup

Gets or sets the identity reference for the administrators group of the service endpoint.

Authorization

Gets or sets the authorization data for talking to the endpoint.

CreatedBy

Gets or sets the identity reference for the user who created the Service endpoint.

Data

Gets the custom data associated with this endpoint.

Description

Gets or sets the description of endpoint.

GroupScopeId
Id

Gets or sets the identifier of this endpoint.

IsReady

EndPoint state indictor

IsShared

Indicates whether service endpoint is shared with other projects or not.

Name

Gets or sets the friendly name of the endpoint.

OperationStatus

Error message during creation/deletion of endpoint

ReadersGroup

Gets or sets the identity reference for the readers group of the service endpoint.

Type

Gets or sets the type of the endpoint.

Url

Gets or sets the url of the endpoint.

Methods

Clone()

Performs a deep clone of the ServiceEndpoint instance.

ValidateServiceEndpoint(ServiceEndpoint, String)

Applies to