Invoke-AzWorkloadsSapDiskConfiguration
Haal het SAP Disk Configuration Layout prod/non-prod SAP-systeem op.
Syntaxis
Invoke-AzWorkloadsSapDiskConfiguration
-Location <String>
[-SubscriptionId <String>]
-AppLocation <String>
-DatabaseType <SapDatabaseType>
-DbVMSku <String>
-DeploymentType <SapDeploymentType>
-Environment <SapEnvironmentType>
-SapProduct <SapProductType>
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzWorkloadsSapDiskConfiguration
-InputObject <ISapVirtualInstanceIdentity>
-AppLocation <String>
-DatabaseType <SapDatabaseType>
-DbVMSku <String>
-DeploymentType <SapDeploymentType>
-Environment <SapEnvironmentType>
-SapProduct <SapProductType>
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Haal het SAP Disk Configuration Layout prod/non-prod SAP-systeem op.
Voorbeelden
Voorbeeld 1: de indeling van de SAP-schijfconfiguratie voor prod/niet-prod SAP-systeem ophalen
Invoke-AzWorkloadsSapDiskConfiguration -Location eastus -AppLocation eastus -DatabaseType HANA -DbVMSku Standard_M32ts -DeploymentType SingleServer -Environment NonProd -SapProduct S4HANA
Keys : {hana/data, hana/log, hana/shared, usr/sap...}
Values : {{
"recommendedConfiguration": {
"sku": {
"name": "Premium_LRS"
},
"count": 4,
"sizeGB": 128
},
"supportedConfigurations": [
{
"sku": {
"name": "Premium_LRS"
},
"sizeGB": 128,
"minimumSupportedDiskCount": 4,
"maximumSupportedDiskCount": 5,
"iopsReadWrite": 500,
"mbpsReadWrite": 100,
"diskTier": "P10"
}
]
}}
Met deze opdracht krijgt u inzicht in de standaardschijfconfiguratie die wordt geïmplementeerd voor het SAP-systeem voor een geselecteerd implementatietype. U kunt dit aanpassen wanneer u uw SAP-systeem implementeert vanuit Azure Center voor SAP-oplossingen
Parameters
-AppLocation
De geografische locatie waar de SAP-resources worden gemaakt.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Confirm
U wordt gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DatabaseType
Het databasetype. Bijvoorbeeld: HANA, DB2, enzovoort
Type: | SapDatabaseType |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DbVMSku
De VM-SKU voor het database-exemplaar.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.
Type: | PSObject |
Aliassen: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DeploymentType
Het implementatietype. Bijvoorbeeld: SingleServer/ThreeTier
Type: | SapDeploymentType |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Environment
Hiermee definieert u het omgevingstype - Productie/Niet-productie.
Type: | SapEnvironmentType |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-InputObject
Identity Parameter To construct, zie DE SECTIE NOTES voor INPUTOBJECT-eigenschappen en maak een hash-tabel.
Type: | ISapVirtualInstanceIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Location
De naam van de Azure-regio.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SapProduct
Hiermee definieert u het SAP-producttype.
Type: | SapProductType |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SubscriptionId
De id van het doelabonnement.
Type: | String |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WhatIf
Toont wat er zou gebeuren als de cmdlet wordt uitgevoerd. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
ISapDiskConfigurationsResultVolumeConfigurations
Notities
ALIASSEN
Invoke-AzVISDiskConfiguration
Azure PowerShell