PrimingJobIdParameter 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.
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() |