GatewayCustomDomains interface

Interface representing a GatewayCustomDomains.

Methods

beginCreateOrUpdate(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)

Create or update the Spring Cloud Gateway custom domain.

beginCreateOrUpdateAndWait(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)

Create or update the Spring Cloud Gateway custom domain.

beginDelete(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)

Delete the Spring Cloud Gateway custom domain.

beginDeleteAndWait(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)

Delete the Spring Cloud Gateway custom domain.

get(string, string, string, string, GatewayCustomDomainsGetOptionalParams)

Get the Spring Cloud Gateway custom domain.

list(string, string, string, GatewayCustomDomainsListOptionalParams)

Handle requests to list all Spring Cloud Gateway custom domains.

Method Details

beginCreateOrUpdate(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)

Create or update the Spring Cloud Gateway custom domain.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, gatewayCustomDomainResource: GatewayCustomDomainResource, options?: GatewayCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewayCustomDomainResource>, GatewayCustomDomainResource>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

domainName

string

The name of the Spring Cloud Gateway custom domain.

gatewayCustomDomainResource
GatewayCustomDomainResource

The gateway custom domain resource for the create or update operation

options
GatewayCustomDomainsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<GatewayCustomDomainResource>, GatewayCustomDomainResource>>

beginCreateOrUpdateAndWait(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)

Create or update the Spring Cloud Gateway custom domain.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, gatewayCustomDomainResource: GatewayCustomDomainResource, options?: GatewayCustomDomainsCreateOrUpdateOptionalParams): Promise<GatewayCustomDomainResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

domainName

string

The name of the Spring Cloud Gateway custom domain.

gatewayCustomDomainResource
GatewayCustomDomainResource

The gateway custom domain resource for the create or update operation

options
GatewayCustomDomainsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)

Delete the Spring Cloud Gateway custom domain.

function beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

domainName

string

The name of the Spring Cloud Gateway custom domain.

options
GatewayCustomDomainsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)

Delete the Spring Cloud Gateway custom domain.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

domainName

string

The name of the Spring Cloud Gateway custom domain.

options
GatewayCustomDomainsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, GatewayCustomDomainsGetOptionalParams)

Get the Spring Cloud Gateway custom domain.

function get(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsGetOptionalParams): Promise<GatewayCustomDomainResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

domainName

string

The name of the Spring Cloud Gateway custom domain.

options
GatewayCustomDomainsGetOptionalParams

The options parameters.

Returns

list(string, string, string, GatewayCustomDomainsListOptionalParams)

Handle requests to list all Spring Cloud Gateway custom domains.

function list(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewayCustomDomainsListOptionalParams): PagedAsyncIterableIterator<GatewayCustomDomainResource, GatewayCustomDomainResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

gatewayName

string

The name of Spring Cloud Gateway.

options
GatewayCustomDomainsListOptionalParams

The options parameters.

Returns