CustomDomainsOperations interface
Interface representing a CustomDomains operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Creates a new custom domain within an endpoint. |
| delete | Deletes an existing custom domain within an endpoint. |
| disable |
Disable https delivery of the custom domain. |
| enable |
Enable https delivery of the custom domain. |
| get | Gets an existing custom domain within an endpoint. |
| list |
Lists all of the existing custom domains within an endpoint. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => Promise<CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => Promise<CustomDomain>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => Promise<CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => Promise<CustomDomain>
beginDisableCustomHttps
Warning
This API is now deprecated.
use disableCustomHttps instead
beginDisableCustomHttps: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
beginDisableCustomHttpsAndWait
Warning
This API is now deprecated.
use disableCustomHttps instead
beginDisableCustomHttpsAndWait: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => Promise<CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => Promise<CustomDomain>
beginEnableCustomHttps
Warning
This API is now deprecated.
use enableCustomHttps instead
beginEnableCustomHttps: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>
beginEnableCustomHttpsAndWait
Warning
This API is now deprecated.
use enableCustomHttps instead
beginEnableCustomHttpsAndWait: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => Promise<CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => Promise<CustomDomain>
create
Creates a new custom domain within an endpoint.
create: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
delete
Deletes an existing custom domain within an endpoint.
delete: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
disableCustomHttps
Disable https delivery of the custom domain.
disableCustomHttps: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
enableCustomHttps
Enable https delivery of the custom domain.
enableCustomHttps: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams) => PollerLike<OperationState<CustomDomain>, CustomDomain>
get
Gets an existing custom domain within an endpoint.
get: (resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsGetOptionalParams) => Promise<CustomDomain>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsGetOptionalParams) => Promise<CustomDomain>
listByEndpoint
Lists all of the existing custom domains within an endpoint.
listByEndpoint: (resourceGroupName: string, profileName: string, endpointName: string, options?: CustomDomainsListByEndpointOptionalParams) => PagedAsyncIterableIterator<CustomDomain, CustomDomain[], PageSettings>
Property Value
(resourceGroupName: string, profileName: string, endpointName: string, options?: CustomDomainsListByEndpointOptionalParams) => PagedAsyncIterableIterator<CustomDomain, CustomDomain[], PageSettings>