ArmDeploymentParametersLink Class

Definition

Entity representing the reference to the deployment parameters.

public class ArmDeploymentParametersLink : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmDeploymentParametersLink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmDeploymentParametersLink>
type ArmDeploymentParametersLink = class
    interface IJsonModel<ArmDeploymentParametersLink>
    interface IPersistableModel<ArmDeploymentParametersLink>
Public Class ArmDeploymentParametersLink
Implements IJsonModel(Of ArmDeploymentParametersLink), IPersistableModel(Of ArmDeploymentParametersLink)
Inheritance
ArmDeploymentParametersLink
Implements

Constructors

Name Description
ArmDeploymentParametersLink(Uri)

Initializes a new instance of ArmDeploymentParametersLink.

Properties

Name Description
ContentVersion

If included, must match the ContentVersion in the template.

Uri

The URI of the parameters file.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArmDeploymentParametersLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmDeploymentParametersLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmDeploymentParametersLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmDeploymentParametersLink>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmDeploymentParametersLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to