BlobInfo 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.
The blob information generated by this operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.BlobInfoTypeConverter))]
public class BlobInfo : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfoInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.BlobInfoTypeConverter))>]
type BlobInfo = class
interface IBlobInfo
interface IJsonSerializable
interface IBlobInfoInternal
Public Class BlobInfo
Implements IBlobInfo, IBlobInfoInternal
- Inheritance
-
BlobInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BlobInfo() |
Creates an new BlobInfo instance. |
Properties
| Name | Description |
|---|---|
| BlobLink |
Link to the blob to download file. |
| ByteCount |
Bytes in the blob. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobInfo. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo. |
| FromJsonString(String) |
Creates a new instance of BlobInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |