PrivateLinkResourcesOperationsExtensions.ListByVault 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.
Gets the private link resources supported for the key vault.
public static Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult ListByVault (this Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName);
static member ListByVault : Microsoft.Azure.Management.KeyVault.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateLinkResourceListResult
<Extension()>
Public Function ListByVault (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String) As PrivateLinkResourceListResult
Parameters
- operations
- IPrivateLinkResourcesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group that contains the key vault.
- vaultName
- String
The name of the key vault.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET