FluidRelayStorageSku 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.
Sku of the storage associated with the resource.
public readonly struct FluidRelayStorageSku : IEquatable<Azure.ResourceManager.FluidRelay.Models.FluidRelayStorageSku>
type FluidRelayStorageSku = struct
Public Structure FluidRelayStorageSku
Implements IEquatable(Of FluidRelayStorageSku)
- Inheritance
-
FluidRelayStorageSku
- Implements
Constructors
FluidRelayStorageSku(String) |
Initializes a new instance of FluidRelayStorageSku. |
Properties
Basic |
basic. |
Standard |
standard. |
Methods
Equals(FluidRelayStorageSku) |
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(FluidRelayStorageSku, FluidRelayStorageSku) |
Determines if two FluidRelayStorageSku values are the same. |
Implicit(String to FluidRelayStorageSku) |
Converts a string to a FluidRelayStorageSku. |
Inequality(FluidRelayStorageSku, FluidRelayStorageSku) |
Determines if two FluidRelayStorageSku values are not the same. |
Applies to
Azure SDK for .NET