IGlobalParametersOperations Interface

Definition

GlobalParametersOperations operations.

public interface IGlobalParametersOperations
type IGlobalParametersOperations = interface
Public Interface IGlobalParametersOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, GlobalParameterResource, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Global parameter

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Global parameter

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Global parameter

ListByFactoryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists Global parameters

ListByFactoryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists Global parameters

Extension Methods

CreateOrUpdate(IGlobalParametersOperations, String, String, String, GlobalParameterResource)

Creates or updates a Global parameter

CreateOrUpdateAsync(IGlobalParametersOperations, String, String, String, GlobalParameterResource, CancellationToken)

Creates or updates a Global parameter

Delete(IGlobalParametersOperations, String, String, String)

Deletes a Global parameter

DeleteAsync(IGlobalParametersOperations, String, String, String, CancellationToken)

Deletes a Global parameter

Get(IGlobalParametersOperations, String, String, String)

Gets a Global parameter

GetAsync(IGlobalParametersOperations, String, String, String, CancellationToken)

Gets a Global parameter

ListByFactory(IGlobalParametersOperations, String, String)

Lists Global parameters

ListByFactoryAsync(IGlobalParametersOperations, String, String, CancellationToken)

Lists Global parameters

ListByFactoryNext(IGlobalParametersOperations, String)

Lists Global parameters

ListByFactoryNextAsync(IGlobalParametersOperations, String, CancellationToken)

Lists Global parameters

Applies to