Share via


IOperationStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.OperationStatusTypeConverter))]
public interface IOperationStatus : Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Models.OperationStatusTypeConverter))>]
type IOperationStatus = interface
    interface IJsonSerializable
Public Interface IOperationStatus
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

The operation status code.

Message

Additional information regarding the success/failure of the operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to