NetAppVolumeBreakFileLocksContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Break file locks request.
public class NetAppVolumeBreakFileLocksContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakFileLocksContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakFileLocksContent>
type NetAppVolumeBreakFileLocksContent = class
interface IJsonModel<NetAppVolumeBreakFileLocksContent>
interface IPersistableModel<NetAppVolumeBreakFileLocksContent>
Public Class NetAppVolumeBreakFileLocksContent
Implements IJsonModel(Of NetAppVolumeBreakFileLocksContent), IPersistableModel(Of NetAppVolumeBreakFileLocksContent)
- Inheritance
-
NetAppVolumeBreakFileLocksContent
- Implements
Constructors
NetAppVolumeBreakFileLocksContent() |
Initializes a new instance of NetAppVolumeBreakFileLocksContent. |
Properties
ClientIP |
To clear file locks on a volume for a particular client. |
ConfirmRunningDisruptiveOperation |
Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetAppVolumeBreakFileLocksContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetAppVolumeBreakFileLocksContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetAppVolumeBreakFileLocksContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetAppVolumeBreakFileLocksContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetAppVolumeBreakFileLocksContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET