AzureOpenAIDeployment.SkuName 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.
Gets the name of the SKU.
public string SkuName { get; }
	public string SkuName { get; set; }
	member this.SkuName : string
	member this.SkuName : string with get, set
	Public ReadOnly Property SkuName As String
	Public Property SkuName As String
	Property Value
The default value is <inheritdoc cref="F:Aspire.Hosting.ApplicationModel.AzureOpenAIDeployment.DefaultSkuName"></inheritdoc>.