Get-AzFunctionAppFlexConsumptionRuntime
Belirtilen konumda desteklenen Flex Consumption işlev uygulaması çalışma zamanlarını alır.
Syntax
AllRuntimes (Varsayılan)
Get-AzFunctionAppFlexConsumptionRuntime
-Location <String>
[-SubscriptionId <String>]
[<CommonParameters>]
AllVersions
Get-AzFunctionAppFlexConsumptionRuntime
-Location <String>
-Runtime <String>
[-SubscriptionId <String>]
[<CommonParameters>]
ByVersion
Get-AzFunctionAppFlexConsumptionRuntime
-Location <String>
-Runtime <String>
-Version <String>
[-SubscriptionId <String>]
[<CommonParameters>]
DefaultOrLatest
Get-AzFunctionAppFlexConsumptionRuntime
-Location <String>
-Runtime <String>
[-SubscriptionId <String>]
[-DefaultOrLatest]
[<CommonParameters>]
Description
Belirtilen konumda desteklenen Flex Consumption işlev uygulaması çalışma zamanlarını alır.
Örnekler
Örnek 1: Belirli bir konumda Esnek Tüketim için desteklenen tüm çalışma zamanlarını alma.
Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia'
Name Version IsDefault EndOfLifeDate Sku
---- ------- --------- ------------- ---
dotnet-isolated 10.0 False 11/9/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
dotnet-isolated 9.0 False 5/11/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
dotnet-isolated 8.0 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
node 22 True 4/29/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
node 20 False 4/29/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
java 21 False 8/31/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
java 17 True 8/31/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
powershell 7.4 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
custom 1.0 False @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
Bu komut, Doğu Asya bölgesindeki Flex Consumption işlev uygulamaları için tüm kullanılabilir çalışma zamanlarını ve sürümlerini alır. Desteklenen çalışma zamanları şunlardır: dotnet-isolated, node, java, powershell, python ve custom.
Örnek 2: Belirli bir çalışma zamanı için desteklenen tüm sürümleri alma.
Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python
Name Version IsDefault EndOfLifeDate Sku
---- ------- --------- ------------- ---
python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
Bu komut, Doğu Asya bölgesindeki Flex Consumption işlev uygulamaları için desteklenen tüm Python sürümlerini alır.
Örnek 3: PowerShell için varsayılan veya en son çalışma zamanı sürümünü alın.
Get-AzFunctionAppFlexConsumptionRuntime -Location 'east asia' -Runtime PowerShell -DefaultOrLatest
Name Version IsDefault EndOfLifeDate Sku
---- ------- --------- ------------- ---
python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
Bu komut, Doğu Asya bölgesindeki Esnek Tüketim işlev uygulamaları için varsayılan PowerShell sürümünü alır. İşlev uygulaması oluşturma sırasında belirli bir sürüm sağlanmazsa kullanılacak varsayılan çalışma zamanı sürümünü belirlemeniz gerektiğinde bu parametreyi kullanın.
Örnek 4: Belirli bir çalışma zamanı sürümünü alma.
Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python -Version 3.12
Name Version IsDefault EndOfLifeDate Sku
---- ------- --------- ------------- ---
python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
Bu komut, Python 3.12'nin Doğu Asya bölgesindeki Flex Consumption işlev uygulamaları için desteklendiğini doğrular ve ayrıntılarını alır.
Parametreler
-DefaultOrLatest
Belirtilen çalışma zamanının varsayılan veya en son sürümünü alın.
Parametre özellikleri
| Tür: | SwitchParameter |
| Default value: | None |
| Joker karakterleri destekler: | False |
| DontShow: | False |
Parametre kümeleri
DefaultOrLatest
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
-Location
Flex Consumption işlev uygulamalarının desteklendiği konum.
Parametre özellikleri
| Tür: | String |
| Default value: | None |
| Joker karakterleri destekler: | False |
| DontShow: | False |
Parametre kümeleri
(All)
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
-Runtime
Flex Consumption işlevi uygulama çalışma zamanı.
Parametre özellikleri
| Tür: | String |
| Default value: | None |
| Joker karakterleri destekler: | False |
| DontShow: | False |
Parametre kümeleri
AllVersions
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
ByVersion
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
DefaultOrLatest
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
-SubscriptionId
Azure aboneliği kimliği.
Parametre özellikleri
| Tür: | String |
| Default value: | None |
| Joker karakterleri destekler: | False |
| DontShow: | False |
Parametre kümeleri
(All)
| Position: | Named |
| Zorunlu: | False |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
-Version
İşlev uygulaması çalışma zamanı sürümü.
Parametre özellikleri
| Tür: | String |
| Default value: | None |
| Joker karakterleri destekler: | False |
| DontShow: | False |
Parametre kümeleri
ByVersion
| Position: | Named |
| Zorunlu: | True |
| İşlem hattından gelen değer: | False |
| Özellik adına göre işlem hattından gelen değer: | False |
| Kalan bağımsız değişkenlerden elde edilen değer: | False |
CommonParameters
Bu cmdlet yaygın parametreleri destekler: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction ve -WarningVariable. Daha fazla bilgi için bkz. about_CommonParameters.