Class ReportDeliveryDestinationResponse
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.outputs.ReportDeliveryDestinationResponse
-
public final class ReportDeliveryDestinationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportDeliveryDestinationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportDeliveryDestinationResponse.Builder
builder()
static ReportDeliveryDestinationResponse.Builder
builder(ReportDeliveryDestinationResponse defaults)
java.lang.String
container()
java.lang.String
resourceId()
java.util.Optional<java.lang.String>
rootFolderPath()
-
-
-
Method Detail
-
container
public java.lang.String container()
- Returns:
- The name of the container where reports will be uploaded.
-
resourceId
public java.lang.String resourceId()
- Returns:
- The resource id of the storage account where reports will be delivered.
-
rootFolderPath
public java.util.Optional<java.lang.String> rootFolderPath()
- Returns:
- The name of the directory where reports will be uploaded.
-
builder
public static ReportDeliveryDestinationResponse.Builder builder()
-
builder
public static ReportDeliveryDestinationResponse.Builder builder(ReportDeliveryDestinationResponse defaults)
-
-