Share via


EndpointsOperations interface

Interface representing a Endpoints operations.

Properties

createOrUpdate

Create a Endpoint

delete
get

Get a Endpoint

list

List Endpoint resources by Branch

update

Update a Endpoint

Property Details

createOrUpdate

Create a Endpoint

createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, resource: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, resource: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>

delete

delete: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<void>

get

Get a Endpoint

get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>

list

List Endpoint resources by Branch

list: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: EndpointsListOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: EndpointsListOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>

update

Update a Endpoint

update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, properties: Endpoint, options?: EndpointsUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>

Property Value

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, endpointName: string, properties: Endpoint, options?: EndpointsUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>