Share via


GatewayCertificateAuthorityOperationsExtensions Class

Definition

Extension methods for GatewayCertificateAuthorityOperations.

public static class GatewayCertificateAuthorityOperationsExtensions
type GatewayCertificateAuthorityOperationsExtensions = class
Public Module GatewayCertificateAuthorityOperationsExtensions
Inheritance
GatewayCertificateAuthorityOperationsExtensions

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