Share via


NetAppFileServiceLevel Struct

Definition

The service level of the file system.

public readonly struct NetAppFileServiceLevel : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppFileServiceLevel>
type NetAppFileServiceLevel = struct
Public Structure NetAppFileServiceLevel
Implements IEquatable(Of NetAppFileServiceLevel)
Inheritance
NetAppFileServiceLevel
Implements

Constructors

NetAppFileServiceLevel(String)

Initializes a new instance of NetAppFileServiceLevel.

Properties

Premium

Premium service level.

Standard

Standard service level.

StandardZrs

Zone redundant storage service level.

Ultra

Ultra service level.

Methods

Equals(NetAppFileServiceLevel)

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(NetAppFileServiceLevel, NetAppFileServiceLevel)

Determines if two NetAppFileServiceLevel values are the same.

Implicit(String to NetAppFileServiceLevel)

Converts a string to a NetAppFileServiceLevel.

Inequality(NetAppFileServiceLevel, NetAppFileServiceLevel)

Determines if two NetAppFileServiceLevel values are not the same.

Applies to