Class StorageAccountSkuConversionStatus
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.StorageAccountSkuConversionStatus
-
public final class StorageAccountSkuConversionStatus extends Object
This defines the sku conversion status object for asynchronous sku conversions.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountSkuConversionStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringendTime()Get the endTime property: This property represents the sku conversion end time.SkuConversionStatusskuConversionStatus()Get the skuConversionStatus property: This property indicates the current sku conversion status.StringstartTime()Get the startTime property: This property represents the sku conversion start time.SkuNametargetSkuName()Get the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.voidvalidate()Validates the instance.StorageAccountSkuConversionStatuswithTargetSkuName(SkuName targetSkuName)Set the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.
-
-
-
Method Detail
-
skuConversionStatus
public SkuConversionStatus skuConversionStatus()
Get the skuConversionStatus property: This property indicates the current sku conversion status.- Returns:
- the skuConversionStatus value.
-
targetSkuName
public SkuName targetSkuName()
Get the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.- Returns:
- the targetSkuName value.
-
withTargetSkuName
public StorageAccountSkuConversionStatus withTargetSkuName(SkuName targetSkuName)
Set the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.- Parameters:
targetSkuName- the targetSkuName value to set.- Returns:
- the StorageAccountSkuConversionStatus object itself.
-
startTime
public String startTime()
Get the startTime property: This property represents the sku conversion start time.- Returns:
- the startTime value.
-
endTime
public String endTime()
Get the endTime property: This property represents the sku conversion end time.- Returns:
- the endTime value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-