Udostępnij za pośrednictwem


IAddonsOperations Interfejs

Definicja

Operacje AddonsOperations.

public interface IAddonsOperations
type IAddonsOperations = interface
Public Interface IAddonsOperations

Metody

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Addon, Dictionary<String,List<String>>, CancellationToken)

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

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

Usuwanie dodatku w chmurze prywatnej

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

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

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

Usuwanie dodatku w chmurze prywatnej

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

Pobieranie dodatku według nazwy w chmurze prywatnej

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

Wyświetlanie listy dodatków w chmurze prywatnej

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

Wyświetlanie listy dodatków w chmurze prywatnej

Metody rozszerzania

BeginCreateOrUpdate(IAddonsOperations, String, String, String, Addon)

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

BeginCreateOrUpdateAsync(IAddonsOperations, String, String, String, Addon, CancellationToken)

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

BeginDelete(IAddonsOperations, String, String, String)

Usuwanie dodatku w chmurze prywatnej

BeginDeleteAsync(IAddonsOperations, String, String, String, CancellationToken)

Usuwanie dodatku w chmurze prywatnej

CreateOrUpdate(IAddonsOperations, String, String, String, Addon)

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

CreateOrUpdateAsync(IAddonsOperations, String, String, String, Addon, CancellationToken)

Tworzenie lub aktualizowanie dodatku w chmurze prywatnej

Delete(IAddonsOperations, String, String, String)

Usuwanie dodatku w chmurze prywatnej

DeleteAsync(IAddonsOperations, String, String, String, CancellationToken)

Usuwanie dodatku w chmurze prywatnej

Get(IAddonsOperations, String, String, String)

Pobieranie dodatku według nazwy w chmurze prywatnej

GetAsync(IAddonsOperations, String, String, String, CancellationToken)

Pobieranie dodatku według nazwy w chmurze prywatnej

List(IAddonsOperations, String, String)

Wyświetlanie listy dodatków w chmurze prywatnej

ListAsync(IAddonsOperations, String, String, CancellationToken)

Wyświetlanie listy dodatków w chmurze prywatnej

ListNext(IAddonsOperations, String)

Wyświetlanie listy dodatków w chmurze prywatnej

ListNextAsync(IAddonsOperations, String, CancellationToken)

Wyświetlanie listy dodatków w chmurze prywatnej

Dotyczy