Sdílet prostřednictvím


IExportDeliveryInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportDeliveryInfoTypeConverter))]
public interface IExportDeliveryInfo : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportDeliveryInfoTypeConverter))>]
type IExportDeliveryInfo = interface
    interface IJsonSerializable
Public Interface IExportDeliveryInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DestinationContainer

The name of the container where exports will be uploaded. If the container does not exist it will be created.

DestinationResourceId

The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified.

DestinationRootFolderPath

The name of the directory where exports will be uploaded.

DestinationSasToken

A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified.

DestinationStorageAccount

The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to