New-AzSynapseManagedVirtualNetworkConfig
Creates managed virtual network configuration.
Syntax
New-AzSynapseManagedVirtualNetworkConfig
[-PreventDataExfiltration]
[-AllowedAadTenantIdsForLinking <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
This New-AzSynapseManagedVirtualNetworkConfig cmdlets creates a managed virtual network configuration.
Examples
Example 1
$config = New-AzSynapseManagedVirtualNetworkConfig -PreventDataExfiltration -AllowedAadTenantIdsForLinking ContosoTenantId
$password = ConvertTo-SecureString -String "****" -AsPlainText -Force
$creds = New-Object System.Management.Automation.PSCredential ("ContosoUser", $password)
New-AzSynapseWorkspace -ResourceGroupName ContosoResourceGroup -Name ContosoWorkspace -Location northeurope -DefaultDataLakeStorageAccountName ContosoAdlGen2Storage -DefaultDataLakeStorageFilesystem ContosoFileSystem -SqlAdministratorLoginCredential $creds -ManagedVirtualNetwork $config
The first command creates a managed virtual network configuration. Then the rest methods uses the configuration to creates a new Synapse workspace.
Parameters
-AllowedAadTenantIdsForLinking
The allowed AAD tenant IDs for linking.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PreventDataExfiltration
Indicates whether to prevent data exfiltration.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure PowerShell