ServicebusQueue

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string ServicebusQueue
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec ServicebusQueueSpec
status ServicebusQueueStatus

ServicebusQueueSpec

(Appears on:ServicebusQueue, ServicebusQueueStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
autoDeleteOnIdle string (Optional)
deadLetteringOnMessageExpiration bool (Optional)
defaultMessageTtl string (Optional)
duplicateDetectionHistoryTimeWindow string (Optional)
enableBatchedOperations bool (Optional) Deprecated
enableExpress bool (Optional)
enablePartitioning bool (Optional)
location string (Optional) Deprecated
lockDuration string (Optional)
maxDeliveryCount int (Optional)
maxSizeInMegabytes int (Optional)
name string
namespaceName string
requiresDuplicateDetection bool (Optional)
requiresSession bool (Optional)
resourceGroupName string
supportOrdering bool (Optional) Deprecated

ServicebusQueueStatus

(Appears on:ServicebusQueue)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output ServicebusQueueSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)