ICostDetailsOperationResults.ManifestBlob Property
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.
List of blob information generated by this operation.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="List of blob information generated by this operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo) }, ReadOnly=false, Required=false, SerializedName="blobs")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo[] ManifestBlob { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="List of blob information generated by this operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo) }, ReadOnly=false, Required=false, SerializedName="blobs")>]
member this.ManifestBlob : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20220501.IBlobInfo[] with get, set
Public Property ManifestBlob As IBlobInfo()
Property Value
- Attributes