ContentPayload 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 update content payload.
public class ContentPayload : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ContentPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ContentPayload>
type ContentPayload = class
interface IJsonModel<ContentPayload>
interface IPersistableModel<ContentPayload>
Public Class ContentPayload
Implements IJsonModel(Of ContentPayload), IPersistableModel(Of ContentPayload)
- Inheritance
-
ContentPayload
- Implements
Properties
| Name | Description |
|---|---|
| FileName |
Represents the file name of a update payload. |
| Group |
Represents the group of a update payload. |
| Hash |
Represents hash of a update payload. |
| HashAlgorithm |
Represents hash algorithm of a update payload. |
| Identifier |
Represents identifier of a update payload. |
| PackageSizeInBytes |
Represents size in bytes of a update payload. |
| Uri |
Represents url of a update payload. |