AttestationProviders interface
AttestationProviders を表すインターフェイス。
メソッド
create(string, string, Attestation |
新しい構成証明プロバイダーを作成します。 |
delete(string, string, Attestation |
構成証明サービスを削除します。 |
get(string, string, Attestation |
構成証明プロバイダーの状態を取得します。 |
get |
場所によって既定のプロバイダーを取得します。 |
list(Attestation |
サブスクリプション内の構成証明プロバイダーの一覧を返します。 |
list |
リソース グループ内の構成証明プロバイダーの一覧を返します。 |
list |
既定のプロバイダーを取得する |
update(string, string, Attestation |
構成証明プロバイダーを更新します。 |
メソッドの詳細
create(string, string, AttestationServiceCreationParams, AttestationProvidersCreateOptionalParams)
新しい構成証明プロバイダーを作成します。
function create(resourceGroupName: string, providerName: string, creationParams: AttestationServiceCreationParams, options?: AttestationProvidersCreateOptionalParams): Promise<AttestationProvider>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- providerName
-
string
構成証明プロバイダーの名前。
- creationParams
- AttestationServiceCreationParams
クライアントが指定したパラメーター。
options パラメーター。
戻り値
Promise<AttestationProvider>
delete(string, string, AttestationProvidersDeleteOptionalParams)
構成証明サービスを削除します。
function delete(resourceGroupName: string, providerName: string, options?: AttestationProvidersDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- providerName
-
string
構成証明サービスの名前
options パラメーター。
戻り値
Promise<void>
get(string, string, AttestationProvidersGetOptionalParams)
構成証明プロバイダーの状態を取得します。
function get(resourceGroupName: string, providerName: string, options?: AttestationProvidersGetOptionalParams): Promise<AttestationProvider>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- providerName
-
string
構成証明プロバイダーの名前。
options パラメーター。
戻り値
Promise<AttestationProvider>
getDefaultByLocation(string, AttestationProvidersGetDefaultByLocationOptionalParams)
場所によって既定のプロバイダーを取得します。
function getDefaultByLocation(location: string, options?: AttestationProvidersGetDefaultByLocationOptionalParams): Promise<AttestationProvider>
パラメーター
- location
-
string
既定のプロバイダーの場所。
options パラメーター。
戻り値
Promise<AttestationProvider>
list(AttestationProvidersListOptionalParams)
サブスクリプション内の構成証明プロバイダーの一覧を返します。
function list(options?: AttestationProvidersListOptionalParams): Promise<AttestationProviderListResult>
パラメーター
options パラメーター。
戻り値
Promise<AttestationProviderListResult>
listByResourceGroup(string, AttestationProvidersListByResourceGroupOptionalParams)
リソース グループ内の構成証明プロバイダーの一覧を返します。
function listByResourceGroup(resourceGroupName: string, options?: AttestationProvidersListByResourceGroupOptionalParams): Promise<AttestationProviderListResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
Promise<AttestationProviderListResult>
listDefault(AttestationProvidersListDefaultOptionalParams)
既定のプロバイダーを取得する
function listDefault(options?: AttestationProvidersListDefaultOptionalParams): Promise<AttestationProviderListResult>
パラメーター
options パラメーター。
戻り値
Promise<AttestationProviderListResult>
update(string, string, AttestationServicePatchParams, AttestationProvidersUpdateOptionalParams)
構成証明プロバイダーを更新します。
function update(resourceGroupName: string, providerName: string, updateParams: AttestationServicePatchParams, options?: AttestationProvidersUpdateOptionalParams): Promise<AttestationProvider>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- providerName
-
string
構成証明プロバイダーの名前。
- updateParams
- AttestationServicePatchParams
クライアントが指定したパラメーター。
options パラメーター。
戻り値
Promise<AttestationProvider>