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