Share via


IGatewayCertificateAuthorityOperations Interface

Definition

GatewayCertificateAuthorityOperations operations.

public interface IGatewayCertificateAuthorityOperations
type IGatewayCertificateAuthorityOperations = interface
Public Interface IGatewayCertificateAuthorityOperations

Methods

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

Assign Certificate entity to Gateway entity as Certificate Authority.

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

Remove relationship between Certificate Authority and Gateway entity.

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

Checks if Certificate entity is assigned to Gateway entity as Certificate Authority.

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

Get assigned Gateway Certificate Authority details.

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

Lists the collection of Certificate Authorities for the specified Gateway entity.

ListByServiceWithHttpMessagesAsync(String, String, String, ODataQuery<GatewayCertificateAuthorityContract>, Dictionary<String,List<String>>, CancellationToken)

Lists the collection of Certificate Authorities for the specified Gateway entity.

Extension Methods

CreateOrUpdate(IGatewayCertificateAuthorityOperations, String, String, String, String, GatewayCertificateAuthorityContract, String)

Assign Certificate entity to Gateway entity as Certificate Authority.

CreateOrUpdateAsync(IGatewayCertificateAuthorityOperations, String, String, String, String, GatewayCertificateAuthorityContract, String, CancellationToken)

Assign Certificate entity to Gateway entity as Certificate Authority.

Delete(IGatewayCertificateAuthorityOperations, String, String, String, String, String)

Remove relationship between Certificate Authority and Gateway entity.

DeleteAsync(IGatewayCertificateAuthorityOperations, String, String, String, String, String, CancellationToken)

Remove relationship between Certificate Authority and Gateway entity.

Get(IGatewayCertificateAuthorityOperations, String, String, String, String)

Get assigned Gateway Certificate Authority details.

GetAsync(IGatewayCertificateAuthorityOperations, String, String, String, String, CancellationToken)

Get assigned Gateway Certificate Authority details.

GetEntityTag(IGatewayCertificateAuthorityOperations, String, String, String, String)

Checks if Certificate entity is assigned to Gateway entity as Certificate Authority.

GetEntityTagAsync(IGatewayCertificateAuthorityOperations, String, String, String, String, CancellationToken)

Checks if Certificate entity is assigned to Gateway entity as Certificate Authority.

ListByService(IGatewayCertificateAuthorityOperations, String, String, String, ODataQuery<GatewayCertificateAuthorityContract>)

Lists the collection of Certificate Authorities for the specified Gateway entity.

ListByServiceAsync(IGatewayCertificateAuthorityOperations, String, String, String, ODataQuery<GatewayCertificateAuthorityContract>, CancellationToken)

Lists the collection of Certificate Authorities for the specified Gateway entity.

ListByServiceNext(IGatewayCertificateAuthorityOperations, String)

Lists the collection of Certificate Authorities for the specified Gateway entity.

ListByServiceNextAsync(IGatewayCertificateAuthorityOperations, String, CancellationToken)

Lists the collection of Certificate Authorities for the specified Gateway entity.

Applies to