MigrateAzCosmosDBThroughput.ThroughputType Property

Definition

[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

Applies to