ArmLargeInstanceModelFactory.LargeInstanceStorageBillingProperties 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.
Initializes a new instance of LargeInstanceStorageBillingProperties.
public static Azure.ResourceManager.LargeInstance.Models.LargeInstanceStorageBillingProperties LargeInstanceStorageBillingProperties (string billingMode = default, string sku = default);
static member LargeInstanceStorageBillingProperties : string * string -> Azure.ResourceManager.LargeInstance.Models.LargeInstanceStorageBillingProperties
Public Shared Function LargeInstanceStorageBillingProperties (Optional billingMode As String = Nothing, Optional sku As String = Nothing) As LargeInstanceStorageBillingProperties
Parameters
- billingMode
- String
the billing mode for the storage instance.
- sku
- String
the SKU type that is provisioned.
Returns
A new LargeInstanceStorageBillingProperties instance for mocking.