CloudHsmClusterResource.GetCloudHsmClusterPrivateLinkResources 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 Cloud Hsm Cluster.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateLinkResources
- Operation Id: CloudHsmClusterPrivateLinkResources_ListByCloudHsmCluster
- Default Api Version: 2024-06-30-preview
public virtual Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData> GetCloudHsmClusterPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudHsmClusterPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData>
override this.GetCloudHsmClusterPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData>
Public Overridable Function GetCloudHsmClusterPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CloudHsmClusterPrivateLinkData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of CloudHsmClusterPrivateLinkData that may take multiple service requests to iterate over.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET