Share via


GatewayHostnameConfigurationOperationsExtensions Class

Definition

Extension methods for GatewayHostnameConfigurationOperations.

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

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