Share via


StorageType Struct

Definition

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