ArmCostManagementModelFactory.ExportBlobInfo Method

Definition

The blob information generated by this operation.

public static Azure.ResourceManager.CostManagement.Models.ExportBlobInfo ExportBlobInfo(string blobLink = default, long? byteCount = default);
static member ExportBlobInfo : string * Nullable<int64> -> Azure.ResourceManager.CostManagement.Models.ExportBlobInfo
Public Shared Function ExportBlobInfo (Optional blobLink As String = Nothing, Optional byteCount As Nullable(Of Long) = Nothing) As ExportBlobInfo

Parameters

blobLink
String

Link to the blob to download file.

byteCount
Nullable<Int64>

Bytes in the blob.

Returns

A new ExportBlobInfo instance for mocking.

Applies to