MccCacheNodeInstallProperties 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.
Mcc cache node resource install script properties.
public class MccCacheNodeInstallProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeInstallProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeInstallProperties>
type MccCacheNodeInstallProperties = class
interface IJsonModel<MccCacheNodeInstallProperties>
interface IPersistableModel<MccCacheNodeInstallProperties>
Public Class MccCacheNodeInstallProperties
Implements IJsonModel(Of MccCacheNodeInstallProperties), IPersistableModel(Of MccCacheNodeInstallProperties)
- Inheritance
-
MccCacheNodeInstallProperties
- Implements
Properties
CacheNodeId |
Mcc cache node resource Id. |
CustomerId |
Mcc customer resource Id. |
DriveConfiguration |
Cache node resource drive configurations. |
PrimaryAccountKey |
Mcc primary account key. Internal to Mcc. |
ProxyUri |
Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name |
RegistrationKey |
Mcc Iot Central temporary device registration key, used once. |
SecondaryAccountKey |
Mcc secondary account key. Internal to Mcc. |
TlsCertificateProvisioningKey |
Mcc Tls certificate provisioning key. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MccCacheNodeInstallProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MccCacheNodeInstallProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MccCacheNodeInstallProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MccCacheNodeInstallProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MccCacheNodeInstallProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |