ChaosExtensions.GetChaosWorkspaces(ResourceGroupResource) 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 a collection of ChaosWorkspaces in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetChaosWorkspaces() instead. </item>
public static Azure.ResourceManager.Chaos.ChaosWorkspaceCollection GetChaosWorkspaces(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetChaosWorkspaces : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Chaos.ChaosWorkspaceCollection
<Extension()>
Public Function GetChaosWorkspaces (resourceGroupResource As ResourceGroupResource) As ChaosWorkspaceCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
Returns
An object representing collection of ChaosWorkspaces and their operations over a ChaosWorkspaceResource.
Exceptions
resourceGroupResource is null.