ResourcesBicepExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Resources.Bicep.
public static class ResourcesBicepExtensions
type ResourcesBicepExtensions = class
Public Module ResourcesBicepExtensions
- Inheritance
-
ResourcesBicepExtensions
Methods
| Name | Description |
|---|---|
| BicepDecompile(SubscriptionResource, DecompileOperationContent, CancellationToken) |
Decompiles an ARM json template into a Bicep template <item> Mocking. To mock this method, please mock BicepDecompile(DecompileOperationContent, CancellationToken) instead. </item> |
| BicepDecompileAsync(SubscriptionResource, DecompileOperationContent, CancellationToken) |
Decompiles an ARM json template into a Bicep template <item> Mocking. To mock this method, please mock BicepDecompileAsync(DecompileOperationContent, CancellationToken) instead. </item> |