ManagedHsmResource.GetMHSMPrivateLinkResourcesByManagedHsmResource 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 managed hsm pool.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateLinkResources
- Operation Id: MHSMPrivateLinkResources_ListByManagedHsmResource
- Default Api Version: 2023-07-01
public virtual Azure.Pageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData> GetMHSMPrivateLinkResourcesByManagedHsmResource (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMHSMPrivateLinkResourcesByManagedHsmResource : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData>
override this.GetMHSMPrivateLinkResourcesByManagedHsmResource : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData>
Public Overridable Function GetMHSMPrivateLinkResourcesByManagedHsmResource (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedHsmPrivateLinkResourceData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ManagedHsmPrivateLinkResourceData that may take multiple service requests to iterate over.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET