Udostępnij przez


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

Name Description
NetAppFileServiceLevel(String)

Initializes a new instance of NetAppFileServiceLevel.

Properties

Name Description
Flexible

Flexible service level.

Premium

Premium service level.

Standard

Standard service level.

StandardZrs

Zone redundant storage service level. This will be deprecated soon.

Ultra

Ultra service level.

Methods

Name Description
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

Name Description
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