StorageDiscoverySku 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.
Storage Discovery Sku.
public readonly struct StorageDiscoverySku : IEquatable<Azure.ResourceManager.StorageDiscovery.Models.StorageDiscoverySku>
type StorageDiscoverySku = struct
Public Structure StorageDiscoverySku
Implements IEquatable(Of StorageDiscoverySku)
- Inheritance
-
StorageDiscoverySku
- Implements
Constructors
| Name | Description |
|---|---|
| StorageDiscoverySku(String) |
Initializes a new instance of StorageDiscoverySku. |
Properties
| Name | Description |
|---|---|
| Free |
Free Sku. |
| Standard |
Standard Sku. |
Methods
| Name | Description |
|---|---|
| Equals(StorageDiscoverySku) |
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(StorageDiscoverySku, StorageDiscoverySku) |
Determines if two StorageDiscoverySku values are the same. |
| Implicit(String to Nullable<StorageDiscoverySku>) | |
| Implicit(String to StorageDiscoverySku) |
Converts a string to a StorageDiscoverySku. |
| Inequality(StorageDiscoverySku, StorageDiscoverySku) |
Determines if two StorageDiscoverySku values are not the same. |