MigrateAzCosmosDBThroughput.ThroughputType Property
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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Autoscale", "Manual" })]
[System.Management.Automation.Parameter(HelpMessage="Throughput type to migrate to. Possible values are: Autoscale, Manual.", Mandatory=true)]
[System.Management.Automation.ValidateNotNull]
public string ThroughputType { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Autoscale", "Manual" })>]
[<System.Management.Automation.Parameter(HelpMessage="Throughput type to migrate to. Possible values are: Autoscale, Manual.", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.ThroughputType : string with get, set
Public Property ThroughputType As String
Property Value
- Attributes