Condividi tramite


PrimingJobIdParameter Class

Definition

Object containing the priming job ID.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.PrimingJobIdParameterTypeConverter))]
public class PrimingJobIdParameter : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJobIdParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.PrimingJobIdParameterTypeConverter))>]
type PrimingJobIdParameter = class
    interface IPrimingJobIdParameter
    interface IJsonSerializable
Public Class PrimingJobIdParameter
Implements IPrimingJobIdParameter
Inheritance
PrimingJobIdParameter
Attributes
Implements

Constructors

PrimingJobIdParameter()

Creates an new PrimingJobIdParameter instance.

Properties

PrimingJobId

The unique identifier of the priming job.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrimingJobIdParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrimingJobIdParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJobIdParameter.

FromJsonString(String)

Creates a new instance of PrimingJobIdParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrimingJobIdParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to