ArmCostManagementModelFactory.ExportBlobInfo Method
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.
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.
Returns
A new ExportBlobInfo instance for mocking.