Share via


IGatewayHostnameConfigurationOperations Interface

Definition

GatewayHostnameConfigurationOperations operations.

public interface IGatewayHostnameConfigurationOperations
type IGatewayHostnameConfigurationOperations = interface
Public Interface IGatewayHostnameConfigurationOperations

Methods

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

Creates of updates hostname configuration for a Gateway.

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

Deletes the specified hostname configuration from the specified Gateway.

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

Checks that hostname configuration entity specified by identifier exists for specified Gateway entity.

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

Get details of a hostname configuration

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

Lists the collection of hostname configurations for the specified gateway.

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

Lists the collection of hostname configurations for the specified gateway.

Extension Methods

CreateOrUpdate(IGatewayHostnameConfigurationOperations, String, String, String, String, GatewayHostnameConfigurationContract, String)

Creates of updates hostname configuration for a Gateway.

CreateOrUpdateAsync(IGatewayHostnameConfigurationOperations, String, String, String, String, GatewayHostnameConfigurationContract, String, CancellationToken)

Creates of updates hostname configuration for a Gateway.

Delete(IGatewayHostnameConfigurationOperations, String, String, String, String, String)

Deletes the specified hostname configuration from the specified Gateway.

DeleteAsync(IGatewayHostnameConfigurationOperations, String, String, String, String, String, CancellationToken)

Deletes the specified hostname configuration from the specified Gateway.

Get(IGatewayHostnameConfigurationOperations, String, String, String, String)

Get details of a hostname configuration

GetAsync(IGatewayHostnameConfigurationOperations, String, String, String, String, CancellationToken)

Get details of a hostname configuration

GetEntityTag(IGatewayHostnameConfigurationOperations, String, String, String, String)

Checks that hostname configuration entity specified by identifier exists for specified Gateway entity.

GetEntityTagAsync(IGatewayHostnameConfigurationOperations, String, String, String, String, CancellationToken)

Checks that hostname configuration entity specified by identifier exists for specified Gateway entity.

ListByService(IGatewayHostnameConfigurationOperations, String, String, String, ODataQuery<GatewayHostnameConfigurationContract>)

Lists the collection of hostname configurations for the specified gateway.

ListByServiceAsync(IGatewayHostnameConfigurationOperations, String, String, String, ODataQuery<GatewayHostnameConfigurationContract>, CancellationToken)

Lists the collection of hostname configurations for the specified gateway.

ListByServiceNext(IGatewayHostnameConfigurationOperations, String)

Lists the collection of hostname configurations for the specified gateway.

ListByServiceNextAsync(IGatewayHostnameConfigurationOperations, String, CancellationToken)

Lists the collection of hostname configurations for the specified gateway.

Applies to