次の方法で共有


AttestationProviders interface

AttestationProviders を表すインターフェイス。

メソッド

create(string, string, AttestationServiceCreationParams, AttestationProvidersCreateOptionalParams)

新しい構成証明プロバイダーを作成します。

delete(string, string, AttestationProvidersDeleteOptionalParams)

構成証明サービスを削除します。

get(string, string, AttestationProvidersGetOptionalParams)

構成証明プロバイダーの状態を取得します。

getDefaultByLocation(string, AttestationProvidersGetDefaultByLocationOptionalParams)

場所によって既定のプロバイダーを取得します。

list(AttestationProvidersListOptionalParams)

サブスクリプション内の構成証明プロバイダーの一覧を返します。

listByResourceGroup(string, AttestationProvidersListByResourceGroupOptionalParams)

リソース グループ内の構成証明プロバイダーの一覧を返します。

listDefault(AttestationProvidersListDefaultOptionalParams)

既定のプロバイダーを取得する

update(string, string, AttestationServicePatchParams, AttestationProvidersUpdateOptionalParams)

構成証明プロバイダーを更新します。

メソッドの詳細

create(string, string, AttestationServiceCreationParams, AttestationProvidersCreateOptionalParams)

新しい構成証明プロバイダーを作成します。

function create(resourceGroupName: string, providerName: string, creationParams: AttestationServiceCreationParams, options?: AttestationProvidersCreateOptionalParams): Promise<AttestationProvider>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

providerName

string

構成証明プロバイダーの名前。

creationParams
AttestationServiceCreationParams

クライアントが指定したパラメーター。

options
AttestationProvidersCreateOptionalParams

options パラメーター。

戻り値

delete(string, string, AttestationProvidersDeleteOptionalParams)

構成証明サービスを削除します。

function delete(resourceGroupName: string, providerName: string, options?: AttestationProvidersDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

providerName

string

構成証明サービスの名前

options
AttestationProvidersDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, AttestationProvidersGetOptionalParams)

構成証明プロバイダーの状態を取得します。

function get(resourceGroupName: string, providerName: string, options?: AttestationProvidersGetOptionalParams): Promise<AttestationProvider>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

providerName

string

構成証明プロバイダーの名前。

options
AttestationProvidersGetOptionalParams

options パラメーター。

戻り値

getDefaultByLocation(string, AttestationProvidersGetDefaultByLocationOptionalParams)

場所によって既定のプロバイダーを取得します。

function getDefaultByLocation(location: string, options?: AttestationProvidersGetDefaultByLocationOptionalParams): Promise<AttestationProvider>

パラメーター

location

string

既定のプロバイダーの場所。

options
AttestationProvidersGetDefaultByLocationOptionalParams

options パラメーター。

戻り値

list(AttestationProvidersListOptionalParams)

サブスクリプション内の構成証明プロバイダーの一覧を返します。

function list(options?: AttestationProvidersListOptionalParams): Promise<AttestationProviderListResult>

パラメーター

options
AttestationProvidersListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, AttestationProvidersListByResourceGroupOptionalParams)

リソース グループ内の構成証明プロバイダーの一覧を返します。

function listByResourceGroup(resourceGroupName: string, options?: AttestationProvidersListByResourceGroupOptionalParams): Promise<AttestationProviderListResult>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
AttestationProvidersListByResourceGroupOptionalParams

options パラメーター。

戻り値

listDefault(AttestationProvidersListDefaultOptionalParams)

既定のプロバイダーを取得する

function listDefault(options?: AttestationProvidersListDefaultOptionalParams): Promise<AttestationProviderListResult>

パラメーター

options
AttestationProvidersListDefaultOptionalParams

options パラメーター。

戻り値

update(string, string, AttestationServicePatchParams, AttestationProvidersUpdateOptionalParams)

構成証明プロバイダーを更新します。

function update(resourceGroupName: string, providerName: string, updateParams: AttestationServicePatchParams, options?: AttestationProvidersUpdateOptionalParams): Promise<AttestationProvider>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

providerName

string

構成証明プロバイダーの名前。

updateParams
AttestationServicePatchParams

クライアントが指定したパラメーター。

options
AttestationProvidersUpdateOptionalParams

options パラメーター。

戻り値