ExtensionOperationStatusCode Struct
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.
The operation status code.
public readonly struct ExtensionOperationStatusCode : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ExtensionOperationStatusCode>
type ExtensionOperationStatusCode = struct
Public Structure ExtensionOperationStatusCode
Implements IEquatable(Of ExtensionOperationStatusCode)
- Inheritance
-
ExtensionOperationStatusCode
- Implements
Constructors
ExtensionOperationStatusCode(String) |
Initializes a new instance of ExtensionOperationStatusCode. |
Properties
Failed |
Extension was not created/updated successfully. See operation status message for more details. |
Succeeded |
Extension was created/updated successfully. |
Methods
Equals(ExtensionOperationStatusCode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExtensionOperationStatusCode, ExtensionOperationStatusCode) |
Determines if two ExtensionOperationStatusCode values are the same. |
Implicit(String to ExtensionOperationStatusCode) |
Converts a string to a ExtensionOperationStatusCode. |
Inequality(ExtensionOperationStatusCode, ExtensionOperationStatusCode) |
Determines if two ExtensionOperationStatusCode values are not the same. |
Applies to
Azure SDK for .NET