GallerySoftDeletedArtifactType 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.
artifact type of the soft-deleted resource.
public readonly struct GallerySoftDeletedArtifactType : IEquatable<Azure.ResourceManager.Compute.Models.GallerySoftDeletedArtifactType>
type GallerySoftDeletedArtifactType = struct
Public Structure GallerySoftDeletedArtifactType
Implements IEquatable(Of GallerySoftDeletedArtifactType)
- Inheritance
-
GallerySoftDeletedArtifactType
- Implements
Constructors
| Name | Description |
|---|---|
| GallerySoftDeletedArtifactType(String) |
Initializes a new instance of GallerySoftDeletedArtifactType. |
Properties
| Name | Description |
|---|---|
| Images |
Images. |
Methods
| Name | Description |
|---|---|
| Equals(GallerySoftDeletedArtifactType) |
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(GallerySoftDeletedArtifactType, GallerySoftDeletedArtifactType) |
Determines if two GallerySoftDeletedArtifactType values are the same. |
| Implicit(String to GallerySoftDeletedArtifactType) |
Converts a String to a GallerySoftDeletedArtifactType. |
| Inequality(GallerySoftDeletedArtifactType, GallerySoftDeletedArtifactType) |
Determines if two GallerySoftDeletedArtifactType values are not the same. |