PurviewScanningServiceClient.GetKeyVaultReferences(RequestOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List key vault connections in account.
public virtual Azure.Pageable<BinaryData> GetKeyVaultReferences (Azure.RequestOptions options);
abstract member GetKeyVaultReferences : Azure.RequestOptions -> Azure.Pageable<BinaryData>
override this.GetKeyVaultReferences : Azure.RequestOptions -> Azure.Pageable<BinaryData>
Public Overridable Function GetKeyVaultReferences (options As RequestOptions) As Pageable(Of BinaryData)
Parameters
- options
- Azure.RequestOptions
The request options.
Returns
Remarks
Schema for Response Body
:
{
value: [
{
id: string,
name: string,
properties: {
baseUrl: string,
description: string
}
}
],
nextLink: string,
count: number
}
Schema for Response Error
:
{
error: {
code: string,
message: string,
target: string,
details: [
{
code: string,
message: string,
target: string,
details: [ErrorModel]
}
]
}
}
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET