AzuresphereFunctions

Functions

Link copied to clipboard

Get a Catalog Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getCatalog(argument: suspend GetCatalogPlainArgsBuilder.() -> Unit): GetCatalogResult
suspend fun getCatalog(catalogName: String, resourceGroupName: String): GetCatalogResult
Link copied to clipboard

Get a Deployment. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDeployment(catalogName: String, deploymentName: String, deviceGroupName: String, productName: String, resourceGroupName: String): GetDeploymentResult
Link copied to clipboard

Get a Device. Use '.unassigned' or '.default' for the device group and product names when a device does not belong to a device group and product. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult
suspend fun getDevice(catalogName: String, deviceGroupName: String, deviceName: String, productName: String, resourceGroupName: String): GetDeviceResult
Link copied to clipboard

Get a DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getDeviceGroup(catalogName: String, deviceGroupName: String, productName: String, resourceGroupName: String): GetDeviceGroupResult
Link copied to clipboard
suspend fun getImage(argument: GetImagePlainArgs): GetImageResult

Get a Image Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getImage(argument: suspend GetImagePlainArgsBuilder.() -> Unit): GetImageResult
suspend fun getImage(catalogName: String, imageName: String, resourceGroupName: String): GetImageResult
Link copied to clipboard

Get a Product. '.default' and '.unassigned' are system defined values and cannot be used for product name. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult
suspend fun getProduct(catalogName: String, productName: String, resourceGroupName: String): GetProductResult
Link copied to clipboard

Lists deployments for catalog. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listCatalogDeployments(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDeploymentsResult
Link copied to clipboard

List the device groups for the catalog. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listCatalogDeviceGroups(catalogName: String, deviceGroupName: String? = null, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDeviceGroupsResult
Link copied to clipboard

Lists device insights for catalog. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listCatalogDeviceInsights(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDeviceInsightsResult
Link copied to clipboard

Lists devices for catalog. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listCatalogDevices(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDevicesResult