UriSigningParamIdentifier 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.
Defines how to identify a parameter for a specific purpose e.g. expires.
public class UriSigningParamIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier>
public class UriSigningParamIdentifier
type UriSigningParamIdentifier = class
interface IJsonModel<UriSigningParamIdentifier>
interface IPersistableModel<UriSigningParamIdentifier>
type UriSigningParamIdentifier = class
Public Class UriSigningParamIdentifier
Implements IJsonModel(Of UriSigningParamIdentifier), IPersistableModel(Of UriSigningParamIdentifier)
Public Class UriSigningParamIdentifier
- Inheritance
-
UriSigningParamIdentifier
- Implements
Constructors
UriSigningParamIdentifier(ParamIndicator, String) |
Initializes a new instance of UriSigningParamIdentifier. |
Properties
ParamIndicator |
Indicates the purpose of the parameter. |
ParamName |
Parameter name. |
Explicit Interface Implementations
IJsonModel<UriSigningParamIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UriSigningParamIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UriSigningParamIdentifier>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UriSigningParamIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UriSigningParamIdentifier>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET