ExportResourceUsageParameters Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. ExportResourceUsageParameters
- com.
Implements
public final class ExportResourceUsageParameters
implements JsonSerializable<ExportResourceUsageParameters>
The parameters of the export operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ExportResourceUsageParameters() |
Creates an instance of Export |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
blobStorageAbsoluteSasUri()
Get the blob |
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Offset |
usageStartDate()
Get the usage |
|
Export |
withBlobStorageAbsoluteSasUri(String blobStorageAbsoluteSasUri)
Set the blob |
|
Export |
withUsageStartDate(OffsetDateTime usageStartDate)
Set the usage |
Methods inherited from java.lang.Object
Constructor Details
ExportResourceUsageParameters
public ExportResourceUsageParameters()
Creates an instance of ExportResourceUsageParameters class.
Method Details
blobStorageAbsoluteSasUri
public String blobStorageAbsoluteSasUri()
Get the blobStorageAbsoluteSasUri property: The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to.
Returns:
fromJson
public static ExportResourceUsageParameters fromJson(JsonReader jsonReader)
Reads an instance of ExportResourceUsageParameters from the JsonReader.
Parameters:
Returns:
Throws:
toJson
usageStartDate
public OffsetDateTime usageStartDate()
Get the usageStartDate property: The start time of the usage. If not provided, usage will be reported since the beginning of data collection.
Returns:
withBlobStorageAbsoluteSasUri
public ExportResourceUsageParameters withBlobStorageAbsoluteSasUri(String blobStorageAbsoluteSasUri)
Set the blobStorageAbsoluteSasUri property: The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to.
Parameters:
Returns:
withUsageStartDate
public ExportResourceUsageParameters withUsageStartDate(OffsetDateTime usageStartDate)
Set the usageStartDate property: The start time of the usage. If not provided, usage will be reported since the beginning of data collection.
Parameters:
Returns: