Freigeben über


ElasticServiceLevel Struct

Definition

Service level for elastic capacity pool.

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

Constructors

Name Description
ElasticServiceLevel(String)

Initializes a new instance of ElasticServiceLevel.

Properties

Name Description
ZoneRedundant

Zone redundant storage service level.

Methods

Name Description
Equals(ElasticServiceLevel)

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

Determines if two ElasticServiceLevel values are the same.

Implicit(String to ElasticServiceLevel)

Converts a String to a ElasticServiceLevel.

Inequality(ElasticServiceLevel, ElasticServiceLevel)

Determines if two ElasticServiceLevel values are not the same.

Applies to