IotSecurityInventoryKind 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.
Types for inventory kind.
public readonly struct IotSecurityInventoryKind : IEquatable<Azure.ResourceManager.SecurityCenter.Models.IotSecurityInventoryKind>
type IotSecurityInventoryKind = struct
Public Structure IotSecurityInventoryKind
Implements IEquatable(Of IotSecurityInventoryKind)
- Inheritance
-
IotSecurityInventoryKind
- Implements
Constructors
| Name | Description |
|---|---|
| IotSecurityInventoryKind(String) |
Initializes a new instance of IotSecurityInventoryKind. |
Properties
| Name | Description |
|---|---|
| AzureDevOpsOrganization |
AzureDevOpsOrganization. |
| AzureDevOpsProject |
AzureDevOpsProject. |
| AzureDevOpsRepository |
AzureDevOpsRepository. |
| GitHubOwner |
GitHubOwner. |
| GitHubRepository |
GitHubRepository. |
Methods
| Name | Description |
|---|---|
| Equals(IotSecurityInventoryKind) |
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
| Name | Description |
|---|---|
| Equality(IotSecurityInventoryKind, IotSecurityInventoryKind) |
Determines if two IotSecurityInventoryKind values are the same. |
| Implicit(String to IotSecurityInventoryKind) |
Converts a string to a IotSecurityInventoryKind. |
| Implicit(String to Nullable<IotSecurityInventoryKind>) | |
| Inequality(IotSecurityInventoryKind, IotSecurityInventoryKind) |
Determines if two IotSecurityInventoryKind values are not the same. |