通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetAppEnableWriteBackState Struct

Definition

Flag indicating whether writeback is enabled for the cache.

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

Constructors

Name Description
NetAppEnableWriteBackState(String)

Initializes a new instance of NetAppEnableWriteBackState.

Properties

Name Description
Disabled

Writeback cache is disabled.

Enabled

Writeback cache is enabled.

Methods

Name Description
Equals(NetAppEnableWriteBackState)

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

Determines if two NetAppEnableWriteBackState values are the same.

Implicit(String to NetAppEnableWriteBackState)

Converts a String to a NetAppEnableWriteBackState.

Inequality(NetAppEnableWriteBackState, NetAppEnableWriteBackState)

Determines if two NetAppEnableWriteBackState values are not the same.

Applies to