Disable-AppVentiXSeamlessPublishing¶
SYNOPSIS¶
Disables seamless publishing for an AppVentiX task in an Azure environment.
SYNTAX¶
IDAzureAll (Default)¶
Disable-AppVentiXSeamlessPublishing -Id <string> -SubscriptionId <string>
-ResourceGroupName <string> -ApplicationGroupName <string> -HostPoolName <string>
[-RemoveApplicationGroup] [-ConfigShare <string>] [<CommonParameters>]
IDAzureApps¶
ALIASES¶
This cmdlet has the following aliases,
DESCRIPTION¶
The Disable-AppVentiXSeamlessPublishing function disables seamless publishing for an AppVentiX task in an Azure environment. It removes the SeamlessApplication element from the Publishing Tasks file and sets the PublishSeamless property to $false.
EXAMPLES¶
EXAMPLE 1¶
Disable-AppVentiXSeamlessPublishing -Id "Task1" -SubscriptionId "12345678-1234-1234-1234-1234567890ab" -ResourceGroupName "MyResourceGroup" -ApplicationGroupName "MyAppGroup" -HostPoolName "MyHostPool"
This example disables seamless publishing for the AppVentiX task with ID "Task1" in the Azure environment. It specifies the Azure subscription ID, resource group name, application group name, host pool name, and config share path.
PARAMETERS¶
-ApplicationGroupName¶
The name of the application group.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ConfigShare¶
Specifies the path to the AppVentiX configuration share. You can omit this parameter if Set-AppVentiXConfigShare has been called.
Type: System.String
DefaultValue: $Script:AppVentix.ConfigShare
SupportsWildcards: false
Aliases:
- Config
- Share
- AppVentixConfigShare
ParameterSets:
- Name: IDAzureApps
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
- Name: IDAzureAll
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-HostPoolName¶
The name of the host pool.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Id¶
The ID of the AppVentiX task.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-RemoveApplicationGroup¶
When specified, the Azure application group is removed after its applications have been removed. Without this switch the application group is kept and must be removed manually.
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ResourceGroupName¶
The name of the resource group.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-SubscriptionId¶
The ID of the Azure subscription.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: IDAzureAll
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
System.String¶
OUTPUTS¶
NOTES¶
Function: Disable-AppVentiXSeamlessPublishing Author: John Billekens Copyright: (c) John Billekens Consultancy & AppVentiX Version: 2026.130.1000 Requires : Valid AppVentiX license