ArmProviderHubModelFactory.ResourceManagementAction 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.
public static Azure.ResourceManager.ProviderHub.Models.ResourceManagementAction ResourceManagementAction(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.ResourceManagementEntity> resources = default);
static member ResourceManagementAction : seq<Azure.ResourceManager.ProviderHub.Models.ResourceManagementEntity> -> Azure.ResourceManager.ProviderHub.Models.ResourceManagementAction
Public Shared Function ResourceManagementAction (Optional resources As IEnumerable(Of ResourceManagementEntity) = Nothing) As ResourceManagementAction
Parameters
- resources
- IEnumerable<ResourceManagementEntity>
resource management action content.
Returns
A new ResourceManagementAction instance for mocking.