MockableChaosArmClient.GetChaosTargetTypeResource(ResourceIdentifier) Method

Definition

Gets an object representing a ChaosTargetTypeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ChaosTargetTypeResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Chaos.ChaosTargetTypeResource GetChaosTargetTypeResource (Azure.Core.ResourceIdentifier id);
abstract member GetChaosTargetTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Chaos.ChaosTargetTypeResource
override this.GetChaosTargetTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Chaos.ChaosTargetTypeResource
Public Overridable Function GetChaosTargetTypeResource (id As ResourceIdentifier) As ChaosTargetTypeResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ChaosTargetTypeResource object.

Applies to