KeyVaultExtensions.GetManagedHsms 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
| Name | Description |
|---|---|
| GetManagedHsms(ResourceGroupResource) |
Gets a collection of ManagedHsms in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetManagedHsms() instead. </item> |
| GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken) |
The List operation gets information about the managed HSM Pools associated with the subscription. <item> Mocking. To mock this method, please mock GetManagedHsms(Nullable<Int32>, CancellationToken) instead. </item> |
GetManagedHsms(ResourceGroupResource)
- Source:
- KeyVaultExtensions.cs
- Source:
- KeyVaultExtensions.cs
Gets a collection of ManagedHsms in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetManagedHsms() instead. </item>
public static Azure.ResourceManager.KeyVault.ManagedHsmCollection GetManagedHsms(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedHsms : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.KeyVault.ManagedHsmCollection
<Extension()>
Public Function GetManagedHsms (resourceGroupResource As ResourceGroupResource) As ManagedHsmCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
Returns
An object representing collection of ManagedHsms and their operations over a ManagedHsmResource.
Exceptions
resourceGroupResource is null.
Applies to
GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)
- Source:
- KeyVaultExtensions.cs
- Source:
- KeyVaultExtensions.cs
The List operation gets information about the managed HSM Pools associated with the subscription. <item> Mocking. To mock this method, please mock GetManagedHsms(Nullable<Int32>, CancellationToken) instead. </item>
public static Azure.Pageable<Azure.ResourceManager.KeyVault.ManagedHsmResource> GetManagedHsms(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedHsms : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.KeyVault.ManagedHsmResource>
<Extension()>
Public Function GetManagedHsms (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedHsmResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ManagedHsmResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource is null.