New-AzNetworkCloudL3NetworkAttachmentConfigurationObject
Maak een in-memory object voor L3NetworkAttachmentConfiguration.
Syntax
Default (Standaard)
New-AzNetworkCloudL3NetworkAttachmentConfigurationObject
-NetworkId <String>
[-IpamEnabled <String>]
[-PluginType <String>]
[<CommonParameters>]
Description
Maak een in-memory object voor L3NetworkAttachmentConfiguration.
Voorbeelden
Voorbeeld 1: Maak een in-memory object voor L3NetworkAttachmentConfiguration.
New-AzNetworkCloudL3NetworkAttachmentConfigurationObject -NetworkId '/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3network-502' -IpamEnabled True -PluginType 'SRIOV'
IpamEnabled NetworkId PluginType
----------- --------- ----------
True /subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3network-502 SRIOV
Maak een in-memory object voor L3NetworkAttachmentConfiguration.
Parameters
-IpamEnabled
De indicatie of dit netwerk IP-adresbeheer wel of niet uitvoert en IP-adressen toewijst wanneer deze is gekoppeld.
Parametereigenschappen
| Type: | String |
| Default value: | None |
| Ondersteunt jokertekens: | False |
| DontShow: | False |
Parametersets
(All)
| Position: | Named |
| Verplicht: | False |
| Waarde uit pijplijn: | False |
| Waarde uit pijplijn op eigenschapsnaam: | False |
| Waarde van resterende argumenten: | False |
-NetworkId
De resource-id van het netwerk dat wordt geconfigureerd voor bijlage.
Parametereigenschappen
| Type: | String |
| Default value: | None |
| Ondersteunt jokertekens: | False |
| DontShow: | False |
Parametersets
(All)
| Position: | Named |
| Verplicht: | True |
| Waarde uit pijplijn: | False |
| Waarde uit pijplijn op eigenschapsnaam: | False |
| Waarde van resterende argumenten: | False |
-PluginType
De indicator van hoe dit netwerk wordt gebruikt door het Kubernetes-cluster.
Parametereigenschappen
| Type: | String |
| Default value: | None |
| Ondersteunt jokertekens: | False |
| DontShow: | False |
Parametersets
(All)
| Position: | Named |
| Verplicht: | False |
| Waarde uit pijplijn: | False |
| Waarde uit pijplijn op eigenschapsnaam: | False |
| Waarde van resterende argumenten: | False |
CommonParameters
Deze cmdlet ondersteunt de algemene parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction en -WarningVariable. Zie about_CommonParametersvoor meer informatie.