Megosztás a következőn keresztül:


CustomDomains interface

CustomDomain-eket képviselő felület.

Metódusok

beginCreate(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

Új egyéni tartományt hoz létre egy végponton belül.

beginCreateAndWait(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

Új egyéni tartományt hoz létre egy végponton belül.

beginDelete(string, string, string, string, CustomDomainsDeleteOptionalParams)

Egy meglévő egyéni tartomány törlése egy végponton belül.

beginDeleteAndWait(string, string, string, string, CustomDomainsDeleteOptionalParams)

Egy meglévő egyéni tartomány törlése egy végponton belül.

beginDisableCustomHttps(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

Tiltsa le az egyéni tartomány https-kézbesítését.

beginDisableCustomHttpsAndWait(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

Tiltsa le az egyéni tartomány https-kézbesítését.

beginEnableCustomHttps(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

Engedélyezze az egyéni tartomány https-kézbesítését.

beginEnableCustomHttpsAndWait(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

Engedélyezze az egyéni tartomány https-kézbesítését.

get(string, string, string, string, CustomDomainsGetOptionalParams)

Lekéri egy meglévő egyéni tartományt egy végponton belül.

listByEndpoint(string, string, string, CustomDomainsListByEndpointOptionalParams)

Megjeleníti a végponton belüli összes meglévő egyéni tartományt.

Metódus adatai

beginCreate(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

Új egyéni tartományt hoz létre egy végponton belül.

function beginCreate(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

customDomainProperties
CustomDomainParameters

Új egyéni tartomány létrehozásához szükséges tulajdonságok.

options
CustomDomainsCreateOptionalParams

A beállítások paraméterei.

Válaszok

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

beginCreateAndWait(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

Új egyéni tartományt hoz létre egy végponton belül.

function beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<CustomDomain>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

customDomainProperties
CustomDomainParameters

Új egyéni tartomány létrehozásához szükséges tulajdonságok.

options
CustomDomainsCreateOptionalParams

A beállítások paraméterei.

Válaszok

Promise<CustomDomain>

beginDelete(string, string, string, string, CustomDomainsDeleteOptionalParams)

Egy meglévő egyéni tartomány törlése egy végponton belül.

function beginDelete(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsDeleteOptionalParams

A beállítások paraméterei.

Válaszok

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

beginDeleteAndWait(string, string, string, string, CustomDomainsDeleteOptionalParams)

Egy meglévő egyéni tartomány törlése egy végponton belül.

function beginDeleteAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<void>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

beginDisableCustomHttps(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

Tiltsa le az egyéni tartomány https-kézbesítését.

function beginDisableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsDisableCustomHttpsOptionalParams

A beállítások paraméterei.

Válaszok

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

beginDisableCustomHttpsAndWait(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

Tiltsa le az egyéni tartomány https-kézbesítését.

function beginDisableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<CustomDomain>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsDisableCustomHttpsOptionalParams

A beállítások paraméterei.

Válaszok

Promise<CustomDomain>

beginEnableCustomHttps(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

Engedélyezze az egyéni tartomány https-kézbesítését.

function beginEnableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsEnableCustomHttpsOptionalParams

A beállítások paraméterei.

Válaszok

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

beginEnableCustomHttpsAndWait(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

Engedélyezze az egyéni tartomány https-kézbesítését.

function beginEnableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<CustomDomain>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsEnableCustomHttpsOptionalParams

A beállítások paraméterei.

Válaszok

Promise<CustomDomain>

get(string, string, string, string, CustomDomainsGetOptionalParams)

Lekéri egy meglévő egyéni tartományt egy végponton belül.

function get(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsGetOptionalParams): Promise<CustomDomain>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

customDomainName

string

Az egyéni tartomány neve egy végponton belül.

options
CustomDomainsGetOptionalParams

A beállítások paraméterei.

Válaszok

Promise<CustomDomain>

listByEndpoint(string, string, string, CustomDomainsListByEndpointOptionalParams)

Megjeleníti a végponton belüli összes meglévő egyéni tartományt.

function listByEndpoint(resourceGroupName: string, profileName: string, endpointName: string, options?: CustomDomainsListByEndpointOptionalParams): PagedAsyncIterableIterator<CustomDomain, CustomDomain[], PageSettings>

Paraméterek

resourceGroupName

string

Az Azure-előfizetés erőforráscsoportjának neve.

profileName

string

Az erőforráscsoporton belül egyedi CDN-profil neve.

endpointName

string

A profil alatti végpont neve, amely globálisan egyedi.

options
CustomDomainsListByEndpointOptionalParams

A beállítások paraméterei.

Válaszok