MockableChaosResourceGroupResource.GetChaosTargets 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 ChaosTargetResources in the ResourceGroupResource.
public virtual Azure.ResourceManager.Chaos.ChaosTargetCollection GetChaosTargets (string parentProviderNamespace, string parentResourceType, string parentResourceName);
abstract member GetChaosTargets : string * string * string -> Azure.ResourceManager.Chaos.ChaosTargetCollection
override this.GetChaosTargets : string * string * string -> Azure.ResourceManager.Chaos.ChaosTargetCollection
Public Overridable Function GetChaosTargets (parentProviderNamespace As String, parentResourceType As String, parentResourceName As String) As ChaosTargetCollection
Parameters
- parentProviderNamespace
- String
String that represents a resource provider namespace.
- parentResourceType
- String
String that represents a resource type.
- parentResourceName
- String
String that represents a resource name.
Returns
An object representing collection of ChaosTargetResources and their operations over a ChaosTargetResource.
Exceptions
parentProviderNamespace
, parentResourceType
or parentResourceName
is null.
parentProviderNamespace
, parentResourceType
or parentResourceName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET