Condividi tramite


BlobInfo Class

Definition

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

BlobInfo()

Creates an new BlobInfo instance.

Properties

BlobLink

Link to the blob to download file.

ByteCount

Bytes in the blob.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobInfo.

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)

Serializes this instance of BlobInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to