IChaosIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ChaosIdentityTypeConverter))]
public interface IChaosIdentity : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ChaosIdentityTypeConverter))>]
type IChaosIdentity = interface
interface IJsonSerializable
Public Interface IChaosIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AsyncOperationId |
The operation Id. |
| CapabilityName |
String that represents a Capability resource name. |
| CapabilityTypeName |
String that represents a Capability Type resource name. |
| ExecutionId |
GUID that represents a Experiment execution detail. |
| ExperimentName |
String that represents a Experiment resource name. |
| Id |
Resource identity path |
| Location |
The name of the Azure region. |
| LocationName |
String that represents a Location resource name. |
| ParentProviderNamespace |
String that represents a resource provider namespace. |
| ParentResourceName |
String that represents a resource name. |
| ParentResourceType |
String that represents a resource type. |
| ResourceGroupName |
String that represents an Azure resource group. |
| SubscriptionId |
GUID that represents an Azure subscription ID. |
| TargetName |
String that represents a Target resource name. |
| TargetTypeName |
String that represents a Target Type resource name. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |