ArmAppServiceModelFactory.GlobalCsmSkuDescription 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 GlobalCsmSkuDescription.
public static Azure.ResourceManager.AppService.Models.GlobalCsmSkuDescription GlobalCsmSkuDescription (string name = default, string tier = default, string size = default, string family = default, Azure.ResourceManager.AppService.Models.AppServiceSkuCapacity capacity = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.AppServiceSkuCapability> capabilities = default);
static member GlobalCsmSkuDescription : string * string * string * string * Azure.ResourceManager.AppService.Models.AppServiceSkuCapacity * seq<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.AppService.Models.AppServiceSkuCapability> -> Azure.ResourceManager.AppService.Models.GlobalCsmSkuDescription
Public Shared Function GlobalCsmSkuDescription (Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As AppServiceSkuCapacity = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional capabilities As IEnumerable(Of AppServiceSkuCapability) = Nothing) As GlobalCsmSkuDescription
Parameters
- name
- String
Name of the resource SKU.
- tier
- String
Service Tier of the resource SKU.
- size
- String
Size specifier of the resource SKU.
- family
- String
Family code of the resource SKU.
- capacity
- AppServiceSkuCapacity
Min, max, and default scale values of the SKU.
- locations
- IEnumerable<AzureLocation>
Locations of the SKU.
- capabilities
- IEnumerable<AppServiceSkuCapability>
Capabilities of the SKU, e.g., is traffic manager enabled?.
Returns
A new GlobalCsmSkuDescription instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET