HardwareSecurityModulesExtensions.GetDedicatedHsms 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.
Overloads
GetDedicatedHsms(ResourceGroupResource) |
Gets a collection of DedicatedHsmResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDedicatedHsms() instead. |
GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the dedicated HSMs associated with the subscription.
|
GetDedicatedHsms(ResourceGroupResource)
Gets a collection of DedicatedHsmResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDedicatedHsms() instead.
public static Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmCollection GetDedicatedHsms (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDedicatedHsms : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmCollection
<Extension()>
Public Function GetDedicatedHsms (resourceGroupResource As ResourceGroupResource) As DedicatedHsmCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of DedicatedHsmResources and their operations over a DedicatedHsmResource.
Exceptions
resourceGroupResource
is null.
Applies to
GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)
The List operation gets information about the dedicated HSMs associated with the subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
- Operation Id: DedicatedHsm_ListBySubscription
- Default Api Version: 2024-06-30-preview
- Resource: DedicatedHsmResource
public static Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmResource> GetDedicatedHsms (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDedicatedHsms : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmResource>
<Extension()>
Public Function GetDedicatedHsms (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DedicatedHsmResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of DedicatedHsmResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET