ArmPureStorageBlockModelFactory.PureStorageBillingUsageProperty Method
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.
Represents an individual billing usage property.
public static Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty PureStorageBillingUsageProperty(string propertyId = default, string propertyName = default, string currentValue = default, string previousValue = default, Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageSeverity severity = default, string statusMessage = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty> subProperties = default);
static member PureStorageBillingUsageProperty : string * string * string * string * Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageSeverity * string * seq<Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty> -> Azure.ResourceManager.PureStorageBlock.Models.PureStorageBillingUsageProperty
Public Shared Function PureStorageBillingUsageProperty (Optional propertyId As String = Nothing, Optional propertyName As String = Nothing, Optional currentValue As String = Nothing, Optional previousValue As String = Nothing, Optional severity As PureStorageBillingUsageSeverity = Nothing, Optional statusMessage As String = Nothing, Optional subProperties As IEnumerable(Of PureStorageBillingUsageProperty) = Nothing) As PureStorageBillingUsageProperty
Parameters
- propertyId
- String
Unique identifier for the billing usage property.
- propertyName
- String
Name of the billing usage property.
- currentValue
- String
Current value of the billing usage property.
- previousValue
- String
Previous value of the billing usage property.
- severity
- PureStorageBillingUsageSeverity
Severity level of the usage.
- statusMessage
- String
Status message for the billing usage against a property.
- subProperties
- IEnumerable<PureStorageBillingUsageProperty>
Optional list of sub-properties providing additional details.
Returns
A new PureStorageBillingUsageProperty instance for mocking.