StorageCacheNetworkSettings 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.
Cache network settings.
public class StorageCacheNetworkSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.StorageCacheNetworkSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.StorageCacheNetworkSettings>
type StorageCacheNetworkSettings = class
interface IJsonModel<StorageCacheNetworkSettings>
interface IPersistableModel<StorageCacheNetworkSettings>
Public Class StorageCacheNetworkSettings
Implements IJsonModel(Of StorageCacheNetworkSettings), IPersistableModel(Of StorageCacheNetworkSettings)
- Inheritance
-
StorageCacheNetworkSettings
- Implements
Constructors
StorageCacheNetworkSettings() |
Initializes a new instance of StorageCacheNetworkSettings. |
Properties
DnsSearchDomain |
DNS search domain. |
DnsServers |
DNS servers for the cache to use. It will be set from the network configuration if no value is provided. |
Mtu |
The IPv4 maximum transmission unit configured for the subnet. |
NtpServer |
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. |
UtilityAddresses |
Array of additional IP addresses used by this cache. |
Explicit Interface Implementations
IJsonModel<StorageCacheNetworkSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageCacheNetworkSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageCacheNetworkSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageCacheNetworkSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageCacheNetworkSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET