AdditionalWorkspaceDataType 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.
Data types sent to workspace.
public readonly struct AdditionalWorkspaceDataType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AdditionalWorkspaceDataType>
type AdditionalWorkspaceDataType = struct
Public Structure AdditionalWorkspaceDataType
Implements IEquatable(Of AdditionalWorkspaceDataType)
- Inheritance
-
AdditionalWorkspaceDataType
- Implements
Constructors
AdditionalWorkspaceDataType(String) |
Initializes a new instance of AdditionalWorkspaceDataType. |
Properties
Alerts |
Alerts. |
RawEvents |
RawEvents. |
Methods
Equals(AdditionalWorkspaceDataType) |
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(AdditionalWorkspaceDataType, AdditionalWorkspaceDataType) |
Determines if two AdditionalWorkspaceDataType values are the same. |
Implicit(String to AdditionalWorkspaceDataType) |
Converts a string to a AdditionalWorkspaceDataType. |
Inequality(AdditionalWorkspaceDataType, AdditionalWorkspaceDataType) |
Determines if two AdditionalWorkspaceDataType values are not the same. |
Applies to
Azure SDK for .NET