azure-powershell
azure-powershell copied to clipboard
[IoTCentral] Create IoTCentral module and ApiVersion = 2022 06 01
Description
New-AzIotCentralApp
SYNOPSIS
Creates a new IoT Central Application.
SYNTAX
New-AzIoTCentralApp -Name <String> -ResourceGroupName <String> -Location <String> -SkuName <AppSku>
[-SubscriptionId <String>] [-DisplayName <String>] [-IdentityType <SystemAssignedServiceIdentityType>]
[-Subdomain <String>] [-Tag <Hashtable>] [-Template <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-Confirm] [-WhatIf] [<CommonParameters>]
Get-AzIotCentralApp
SYNOPSIS
Gets properties for either one or several IoT Central Applications.
SYNTAX
Get-AzIoTCentralApp -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzIoTCentralApp -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzIoTCentralApp [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Set-AzIotCentralApp
SYNOPSIS
Updates the metadata for an IoT Central Application.
SYNTAX
Update-AzIoTCentralApp -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-DisplayName <String>] [-IdentityType <SystemAssignedServiceIdentityType>] [-SkuName <AppSku>]
[-Subdomain <String>] [-Tag <Hashtable>] [-Template <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-Confirm] [-WhatIf] [<CommonParameters>]
Remove-AzIotCentralApp
SYNOPSIS
Deletes an IoT Central Application.
SYNTAX
Remove-AzIoTCentralApp -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
The New Cmdlet: Get-AzIoTCentralAppTemplate
SYNOPSIS
Get all available application templates.
SYNTAX
Get-AzIoTCentralAppTemplate [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
Checklist
- [ ] I have read the Submitting Changes section of
CONTRIBUTING.md - [ ] The title of the PR is clear and informative
- [ ] The appropriate
ChangeLog.mdfile(s) has been updated:- For any service, the
ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md - A snippet outlining the change(s) made in the PR should be written under the
## Upcoming Releaseheader -- no new version header should be added
- For any service, the
- [ ] The PR does not introduce breaking changes
- [ ] If applicable, the changes made in the PR have proper test coverage
- [ ] For public API changes to cmdlets:
- [ ] a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
- {Please put the link here}
- [ ] the markdown help files have been regenerated using the commands listed here
- [ ] a cmdlet design review was approved for the changes in this repository (Microsoft internal only)