PlatformPayload 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.
Represents details of a specific platform update payload.
public class PlatformPayload : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.PlatformPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.PlatformPayload>
type PlatformPayload = class
interface IJsonModel<PlatformPayload>
interface IPersistableModel<PlatformPayload>
Public Class PlatformPayload
Implements IJsonModel(Of PlatformPayload), IPersistableModel(Of PlatformPayload)
- Inheritance
-
PlatformPayload
- Implements
Properties
| Name | Description |
|---|---|
| PayloadHash |
Represents hash of a platform update payload. |
| PayloadIdentifier |
Represents identifier of a platform update payload. |
| PayloadPackageSizeInBytes |
Represents size in bytes of a platform update payload. |
| PayloadUri |
Represents url of a platform update payload. |