ProviderhubFunctions

Functions

Link copied to clipboard

Gets the default rollout details. API Version: 2020-11-20.

suspend fun getDefaultRollout(providerNamespace: String, rolloutName: String): GetDefaultRolloutResult
Link copied to clipboard

Gets the notification registration details. API Version: 2020-11-20.

suspend fun getNotificationRegistration(notificationRegistrationName: String, providerNamespace: String): GetNotificationRegistrationResult
Link copied to clipboard

Gets the provider registration details. API Version: 2020-11-20.

Link copied to clipboard

Gets a resource type details in the given subscription and provider. API Version: 2020-11-20.

suspend fun getResourceTypeRegistration(providerNamespace: String, resourceType: String): GetResourceTypeRegistrationResult
Link copied to clipboard
suspend fun getSkus(argument: GetSkusPlainArgs): GetSkusResult

Gets the sku details for the given resource type and sku name. API Version: 2020-11-20.

suspend fun getSkus(argument: suspend GetSkusPlainArgsBuilder.() -> Unit): GetSkusResult
suspend fun getSkus(providerNamespace: String, resourceType: String, sku: String): GetSkusResult
Link copied to clipboard

Gets the sku details for the given resource type and sku name. API Version: 2020-11-20.

suspend fun getSkusNestedResourceTypeFirst(nestedResourceTypeFirst: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeFirstResult
Link copied to clipboard

Gets the sku details for the given resource type and sku name. API Version: 2020-11-20.

suspend fun getSkusNestedResourceTypeSecond(nestedResourceTypeFirst: String, nestedResourceTypeSecond: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeSecondResult
Link copied to clipboard

Gets the sku details for the given resource type and sku name. API Version: 2020-11-20.

suspend fun getSkusNestedResourceTypeThird(nestedResourceTypeFirst: String, nestedResourceTypeSecond: String, nestedResourceTypeThird: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeThirdResult