Certificates interface

A tanúsítványokat jelképező felület.

Metódusok

createOrUpdate(string, string, string, CertificateDescription, CertificatesCreateOrUpdateOptionalParams)

Új tanúsítványt ad hozzá, vagy lecseréli a meglévő tanúsítványt.

delete(string, string, string, string, CertificatesDeleteOptionalParams)

Töröl egy meglévő X509-tanúsítványt, vagy nem tesz semmit, ha nem létezik.

generateVerificationCode(string, string, string, string, CertificatesGenerateVerificationCodeOptionalParams)

Ellenőrző kódot hoz létre a birtoklási folyamat ellenőrzéséhez. Az ellenőrző kód egy levéltanúsítvány létrehozásához lesz használva.

get(string, string, string, CertificatesGetOptionalParams)

A tanúsítványt adja vissza.

listByIotHub(string, string, CertificatesListByIotHubOptionalParams)

A tanúsítványok listáját adja vissza.

verify(string, string, string, string, CertificateVerificationDescription, CertificatesVerifyOptionalParams)

Ellenőrzi a tanúsítvány titkos kulcsának birtoklását az előre feltöltött tanúsítvány által kiadott levél tanúsítvány megadásával.

Metódus adatai

createOrUpdate(string, string, string, CertificateDescription, CertificatesCreateOrUpdateOptionalParams)

Új tanúsítványt ad hozzá, vagy lecseréli a meglévő tanúsítványt.

function createOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, certificateDescription: CertificateDescription, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificateDescription>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

certificateName

string

A tanúsítvány neve

certificateDescription
CertificateDescription

A tanúsítvány törzse.

options
CertificatesCreateOrUpdateOptionalParams

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

Válaszok

delete(string, string, string, string, CertificatesDeleteOptionalParams)

Töröl egy meglévő X509-tanúsítványt, vagy nem tesz semmit, ha nem létezik.

function delete(resourceGroupName: string, resourceName: string, certificateName: string, ifMatch: string, options?: CertificatesDeleteOptionalParams): Promise<void>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

certificateName

string

A tanúsítvány neve

ifMatch

string

A tanúsítvány ETagje.

options
CertificatesDeleteOptionalParams

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

Válaszok

Promise<void>

generateVerificationCode(string, string, string, string, CertificatesGenerateVerificationCodeOptionalParams)

Ellenőrző kódot hoz létre a birtoklási folyamat ellenőrzéséhez. Az ellenőrző kód egy levéltanúsítvány létrehozásához lesz használva.

function generateVerificationCode(resourceGroupName: string, resourceName: string, certificateName: string, ifMatch: string, options?: CertificatesGenerateVerificationCodeOptionalParams): Promise<CertificateWithNonceDescription>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

certificateName

string

A tanúsítvány neve

ifMatch

string

A tanúsítvány ETagje.

options
CertificatesGenerateVerificationCodeOptionalParams

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

Válaszok

get(string, string, string, CertificatesGetOptionalParams)

A tanúsítványt adja vissza.

function get(resourceGroupName: string, resourceName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificateDescription>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

certificateName

string

A tanúsítvány neve

options
CertificatesGetOptionalParams

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

Válaszok

listByIotHub(string, string, CertificatesListByIotHubOptionalParams)

A tanúsítványok listáját adja vissza.

function listByIotHub(resourceGroupName: string, resourceName: string, options?: CertificatesListByIotHubOptionalParams): Promise<CertificateListDescription>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

options
CertificatesListByIotHubOptionalParams

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

Válaszok

verify(string, string, string, string, CertificateVerificationDescription, CertificatesVerifyOptionalParams)

Ellenőrzi a tanúsítvány titkos kulcsának birtoklását az előre feltöltött tanúsítvány által kiadott levél tanúsítvány megadásával.

function verify(resourceGroupName: string, resourceName: string, certificateName: string, ifMatch: string, certificateVerificationBody: CertificateVerificationDescription, options?: CertificatesVerifyOptionalParams): Promise<CertificateDescription>

Paraméterek

resourceGroupName

string

Az IoT Hubot tartalmazó erőforráscsoport neve.

resourceName

string

Az IoT Hub neve.

certificateName

string

A tanúsítvány neve

ifMatch

string

A tanúsítvány ETagje.

certificateVerificationBody
CertificateVerificationDescription

A tanúsítvány neve

options
CertificatesVerifyOptionalParams

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

Válaszok