VirtualNetworkRuleForDataLakeStoreAccountUpdateContent 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.
The parameters used to update a virtual network rule while updating a Data Lake Store account.
public class VirtualNetworkRuleForDataLakeStoreAccountUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>
public class VirtualNetworkRuleForDataLakeStoreAccountUpdateContent
type VirtualNetworkRuleForDataLakeStoreAccountUpdateContent = class
interface IJsonModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>
interface IPersistableModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>
type VirtualNetworkRuleForDataLakeStoreAccountUpdateContent = class
Public Class VirtualNetworkRuleForDataLakeStoreAccountUpdateContent
Implements IJsonModel(Of VirtualNetworkRuleForDataLakeStoreAccountUpdateContent), IPersistableModel(Of VirtualNetworkRuleForDataLakeStoreAccountUpdateContent)
Public Class VirtualNetworkRuleForDataLakeStoreAccountUpdateContent
- Inheritance
-
VirtualNetworkRuleForDataLakeStoreAccountUpdateContent
- Implements
Constructors
VirtualNetworkRuleForDataLakeStoreAccountUpdateContent(String) |
Initializes a new instance of VirtualNetworkRuleForDataLakeStoreAccountUpdateContent. |
Properties
Name |
The unique name of the virtual network rule to update. |
SubnetId |
The resource identifier for the subnet. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualNetworkRuleForDataLakeStoreAccountUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET