SignalRCustomDomains interface
Interface representing a SignalRCustomDomains.
Methods
begin |
Create or update a custom domain. |
begin |
Create or update a custom domain. |
begin |
Delete a custom domain. |
begin |
Delete a custom domain. |
get(string, string, string, Signal |
Get a custom domain. |
list(string, string, Signal |
List all custom domains. |
Method Details
beginCreateOrUpdate(string, string, string, CustomDomain, SignalRCustomDomainsCreateOrUpdateOptionalParams)
Create or update a custom domain.
function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
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.
- resourceName
-
string
The name of the resource.
- name
-
string
Custom domain name.
- parameters
- CustomDomain
A custom domain
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
beginCreateOrUpdateAndWait(string, string, string, CustomDomain, SignalRCustomDomainsCreateOrUpdateOptionalParams)
Create or update a custom domain.
function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<CustomDomain>
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.
- resourceName
-
string
The name of the resource.
- name
-
string
Custom domain name.
- parameters
- CustomDomain
A custom domain
The options parameters.
Returns
Promise<CustomDomain>
beginDelete(string, string, string, SignalRCustomDomainsDeleteOptionalParams)
Delete a custom domain.
function beginDelete(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsDeleteOptionalParams): 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.
- resourceName
-
string
The name of the resource.
- name
-
string
Custom domain name.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SignalRCustomDomainsDeleteOptionalParams)
Delete a custom domain.
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsDeleteOptionalParams): 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.
- resourceName
-
string
The name of the resource.
- name
-
string
Custom domain name.
The options parameters.
Returns
Promise<void>
get(string, string, string, SignalRCustomDomainsGetOptionalParams)
Get a custom domain.
function get(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsGetOptionalParams): Promise<CustomDomain>
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.
- resourceName
-
string
The name of the resource.
- name
-
string
Custom domain name.
The options parameters.
Returns
Promise<CustomDomain>
list(string, string, SignalRCustomDomainsListOptionalParams)
List all custom domains.
function list(resourceGroupName: string, resourceName: string, options?: SignalRCustomDomainsListOptionalParams): PagedAsyncIterableIterator<CustomDomain, CustomDomain[], 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.
- resourceName
-
string
The name of the resource.
The options parameters.