Linguagem

MockableChaosArmClient.GetChaosScenarioRunResource(ResourceIdentifier) Method

Definition

Gets an object representing a ChaosScenarioRunResource along with the instance operations that can be performed on it but with no data.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ChaosScenarioRunResource object.

Applies to