Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AttachedDatabaseConfiguration struct + ID *string + Location *string + Name *string + Type *string + func (adc *AttachedDatabaseConfiguration) UnmarshalJSON(body []byte) error + func (adc AttachedDatabaseConfiguration) MarshalJSON() ([]byte, error) + type AttachedDatabaseConfigurationListResult struct + Value *[]AttachedDatabaseConfiguration + type AttachedDatabaseConfigurationProperties struct + AttachedDatabaseNames *[]string + ClusterResourceID *string + DatabaseName *string + DefaultPrincipalsModificationKind DefaultPrincipalsModificationKind + ProvisioningState ProvisioningState + TableLevelSharingProperties *TableLevelSharingProperties + func (adcp AttachedDatabaseConfigurationProperties) MarshalJSON() ([]byte, error) + type AttachedDatabaseConfigurationsClient struct + func NewAttachedDatabaseConfigurationsClient(subscriptionID string) AttachedDatabaseConfigurationsClient + func NewAttachedDatabaseConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) AttachedDatabaseConfigurationsClient + func (client AttachedDatabaseConfigurationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result AttachedDatabaseConfigurationsCreateOrUpdateFuture, err error) + func (client AttachedDatabaseConfigurationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client AttachedDatabaseConfigurationsClient) CreateOrUpdateResponder(resp *http.Response) (result AttachedDatabaseConfiguration, err error) + func (client AttachedDatabaseConfigurationsClient) CreateOrUpdateSender(req *http.Request) (future AttachedDatabaseConfigurationsCreateOrUpdateFuture, err error) + func (client AttachedDatabaseConfigurationsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result AttachedDatabaseConfigurationsDeleteFuture, err error) + func (client AttachedDatabaseConfigurationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client AttachedDatabaseConfigurationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AttachedDatabaseConfigurationsClient) DeleteSender(req *http.Request) (future AttachedDatabaseConfigurationsDeleteFuture, err error) + func (client AttachedDatabaseConfigurationsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result AttachedDatabaseConfiguration, err error) + func (client AttachedDatabaseConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client AttachedDatabaseConfigurationsClient) GetResponder(resp *http.Response) (result AttachedDatabaseConfiguration, err error) + func (client AttachedDatabaseConfigurationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AttachedDatabaseConfigurationsClient) ListByCluster(ctx context.Context, resourceGroupName string, clusterName string) (result AttachedDatabaseConfigurationListResult, err error) + func (client AttachedDatabaseConfigurationsClient) ListByClusterPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client AttachedDatabaseConfigurationsClient) ListByClusterResponder(resp *http.Response) (result AttachedDatabaseConfigurationListResult, err error) + func (client AttachedDatabaseConfigurationsClient) ListByClusterSender(req *http.Request) (*http.Response, error) + type AttachedDatabaseConfigurationsCreateOrUpdateFuture struct + Result func(AttachedDatabaseConfigurationsClient) (AttachedDatabaseConfiguration, error) + func (future *AttachedDatabaseConfigurationsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AttachedDatabaseConfigurationsDeleteFuture struct + Result func(AttachedDatabaseConfigurationsClient) (autorest.Response, error) + func (future *AttachedDatabaseConfigurationsDeleteFuture) UnmarshalJSON(body []byte) error + type AzureCapacity struct + Default *int32 + Maximum *int32 + Minimum *int32 + ScaleType AzureScaleType + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type AzureResourceSku struct + Capacity *AzureCapacity + ResourceType *string + Sku *AzureSku + type AzureScaleType string + const AzureScaleTypeAutomatic + const AzureScaleTypeManual + const AzureScaleTypeNone + func PossibleAzureScaleTypeValues() []AzureScaleType + type AzureSku struct + Capacity *int32 + Name AzureSkuName + Tier AzureSkuTier + type AzureSkuName string + const AzureSkuNameDevNoSLAStandardD11V2 + const AzureSkuNameDevNoSLAStandardE2aV4 + const AzureSkuNameStandardD11V2 + const AzureSkuNameStandardD12V2 + const AzureSkuNameStandardD13V2 + const AzureSkuNameStandardD14V2 + const AzureSkuNameStandardDS13V21TBPS + const AzureSkuNameStandardDS13V22TBPS + const AzureSkuNameStandardDS14V23TBPS + const AzureSkuNameStandardDS14V24TBPS + const AzureSkuNameStandardE16aV4 + const AzureSkuNameStandardE16asV43TBPS + const AzureSkuNameStandardE16asV44TBPS + const AzureSkuNameStandardE2aV4 + const AzureSkuNameStandardE4aV4 + const AzureSkuNameStandardE64iV3 + const AzureSkuNameStandardE80idsV4 + const AzureSkuNameStandardE8aV4 + const AzureSkuNameStandardE8asV41TBPS + const AzureSkuNameStandardE8asV42TBPS + const AzureSkuNameStandardL16s + const AzureSkuNameStandardL16sV2 + const AzureSkuNameStandardL4s + const AzureSkuNameStandardL8s + const AzureSkuNameStandardL8sV2 + func PossibleAzureSkuNameValues() []AzureSkuName + type AzureSkuTier string + const AzureSkuTierBasic + const AzureSkuTierStandard + func PossibleAzureSkuTierValues() []AzureSkuTier + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicDataConnection interface + AsDataConnection func() (*DataConnection, bool) + AsEventGridDataConnection func() (*EventGridDataConnection, bool) + AsEventHubDataConnection func() (*EventHubDataConnection, bool) + AsIotHubDataConnection func() (*IotHubDataConnection, bool) + type BasicDatabase interface + AsDatabase func() (*Database, bool) + AsReadOnlyFollowingDatabase func() (*ReadOnlyFollowingDatabase, bool) + AsReadWriteDatabase func() (*ReadWriteDatabase, bool) + type BlobStorageEventType string + const BlobStorageEventTypeMicrosoftStorageBlobCreated + const BlobStorageEventTypeMicrosoftStorageBlobRenamed + func PossibleBlobStorageEventTypeValues() []BlobStorageEventType + type CheckNameRequest struct + Name *string + Type Type + type CheckNameResult struct + Message *string + Name *string + NameAvailable *bool + Reason Reason + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type Cluster struct + Etag *string + ID *string + Identity *Identity + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + Zones *[]string + func (c *Cluster) UnmarshalJSON(body []byte) error + func (c Cluster) MarshalJSON() ([]byte, error) + type ClusterCheckNameRequest struct + Name *string + Type *string + type ClusterListResult struct + Value *[]Cluster + type ClusterPrincipalAssignment struct + ID *string + Name *string + Type *string + func (cpa *ClusterPrincipalAssignment) UnmarshalJSON(body []byte) error + func (cpa ClusterPrincipalAssignment) MarshalJSON() ([]byte, error) + type ClusterPrincipalAssignmentCheckNameRequest struct + Name *string + Type *string + type ClusterPrincipalAssignmentListResult struct + Value *[]ClusterPrincipalAssignment + type ClusterPrincipalAssignmentsClient struct + func NewClusterPrincipalAssignmentsClient(subscriptionID string) ClusterPrincipalAssignmentsClient + func NewClusterPrincipalAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) ClusterPrincipalAssignmentsClient + func (client ClusterPrincipalAssignmentsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client ClusterPrincipalAssignmentsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClusterPrincipalAssignmentsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client ClusterPrincipalAssignmentsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ClusterPrincipalAssignmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClusterPrincipalAssignmentsCreateOrUpdateFuture, err error) + func (client ClusterPrincipalAssignmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClusterPrincipalAssignmentsClient) CreateOrUpdateResponder(resp *http.Response) (result ClusterPrincipalAssignment, err error) + func (client ClusterPrincipalAssignmentsClient) CreateOrUpdateSender(req *http.Request) (future ClusterPrincipalAssignmentsCreateOrUpdateFuture, err error) + func (client ClusterPrincipalAssignmentsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClusterPrincipalAssignmentsDeleteFuture, err error) + func (client ClusterPrincipalAssignmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClusterPrincipalAssignmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClusterPrincipalAssignmentsClient) DeleteSender(req *http.Request) (future ClusterPrincipalAssignmentsDeleteFuture, err error) + func (client ClusterPrincipalAssignmentsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClusterPrincipalAssignment, err error) + func (client ClusterPrincipalAssignmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClusterPrincipalAssignmentsClient) GetResponder(resp *http.Response) (result ClusterPrincipalAssignment, err error) + func (client ClusterPrincipalAssignmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ClusterPrincipalAssignmentsClient) List(ctx context.Context, resourceGroupName string, clusterName string) (result ClusterPrincipalAssignmentListResult, err error) + func (client ClusterPrincipalAssignmentsClient) ListPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClusterPrincipalAssignmentsClient) ListResponder(resp *http.Response) (result ClusterPrincipalAssignmentListResult, err error) + func (client ClusterPrincipalAssignmentsClient) ListSender(req *http.Request) (*http.Response, error) + type ClusterPrincipalAssignmentsCreateOrUpdateFuture struct + Result func(ClusterPrincipalAssignmentsClient) (ClusterPrincipalAssignment, error) + func (future *ClusterPrincipalAssignmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ClusterPrincipalAssignmentsDeleteFuture struct + Result func(ClusterPrincipalAssignmentsClient) (autorest.Response, error) + func (future *ClusterPrincipalAssignmentsDeleteFuture) UnmarshalJSON(body []byte) error + type ClusterPrincipalProperties struct + PrincipalID *string + PrincipalName *string + PrincipalType PrincipalType + ProvisioningState ProvisioningState + Role ClusterPrincipalRole + TenantID *string + TenantName *string + func (cpp ClusterPrincipalProperties) MarshalJSON() ([]byte, error) + type ClusterPrincipalRole string + const ClusterPrincipalRoleAllDatabasesAdmin + const ClusterPrincipalRoleAllDatabasesViewer + func PossibleClusterPrincipalRoleValues() []ClusterPrincipalRole + type ClusterProperties struct + DataIngestionURI *string + EnableDiskEncryption *bool + EnableDoubleEncryption *bool + EnablePurge *bool + EnableStreamingIngest *bool + EngineType EngineType + KeyVaultProperties *KeyVaultProperties + LanguageExtensions *LanguageExtensionsList + OptimizedAutoscale *OptimizedAutoscale + ProvisioningState ProvisioningState + State State + StateReason *string + TrustedExternalTenants *[]TrustedExternalTenant + URI *string + VirtualNetworkConfiguration *VirtualNetworkConfiguration + func (cp ClusterProperties) MarshalJSON() ([]byte, error) + type ClusterUpdate struct + ID *string + Identity *Identity + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + func (cu *ClusterUpdate) UnmarshalJSON(body []byte) error + func (cu ClusterUpdate) MarshalJSON() ([]byte, error) + type ClustersAddLanguageExtensionsFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersAddLanguageExtensionsFuture) UnmarshalJSON(body []byte) error + type ClustersClient struct + func NewClustersClient(subscriptionID string) ClustersClient + func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient + func (client ClustersClient) AddLanguageExtensions(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersAddLanguageExtensionsFuture, err error) + func (client ClustersClient) AddLanguageExtensionsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) AddLanguageExtensionsResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) AddLanguageExtensionsSender(req *http.Request) (future ClustersAddLanguageExtensionsFuture, err error) + func (client ClustersClient) CheckNameAvailability(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (*http.Request, error) + func (client ClustersClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) CreateOrUpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) CreateOrUpdateSender(req *http.Request) (future ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) Delete(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersDeleteFuture, err error) + func (client ClustersClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) DeleteSender(req *http.Request) (future ClustersDeleteFuture, err error) + func (client ClustersClient) DetachFollowerDatabases(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersDetachFollowerDatabasesFuture, err error) + func (client ClustersClient) DetachFollowerDatabasesPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) DetachFollowerDatabasesResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) DetachFollowerDatabasesSender(req *http.Request) (future ClustersDetachFollowerDatabasesFuture, err error) + func (client ClustersClient) DiagnoseVirtualNetwork(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersDiagnoseVirtualNetworkFuture, err error) + func (client ClustersClient) DiagnoseVirtualNetworkPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) DiagnoseVirtualNetworkResponder(resp *http.Response) (result DiagnoseVirtualNetworkResult, err error) + func (client ClustersClient) DiagnoseVirtualNetworkSender(req *http.Request) (future ClustersDiagnoseVirtualNetworkFuture, err error) + func (client ClustersClient) Get(ctx context.Context, resourceGroupName string, clusterName string) (result Cluster, err error) + func (client ClustersClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) GetResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) List(ctx context.Context) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ClustersClient) ListByResourceGroupResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListFollowerDatabases(ctx context.Context, resourceGroupName string, clusterName string) (result FollowerDatabaseListResult, err error) + func (client ClustersClient) ListFollowerDatabasesPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) ListFollowerDatabasesResponder(resp *http.Response) (result FollowerDatabaseListResult, err error) + func (client ClustersClient) ListFollowerDatabasesSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListLanguageExtensions(ctx context.Context, resourceGroupName string, clusterName string) (result LanguageExtensionsList, err error) + func (client ClustersClient) ListLanguageExtensionsPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) ListLanguageExtensionsResponder(resp *http.Response) (result LanguageExtensionsList, err error) + func (client ClustersClient) ListLanguageExtensionsSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkus(ctx context.Context) (result SkuDescriptionList, err error) + func (client ClustersClient) ListSkusByResource(ctx context.Context, resourceGroupName string, clusterName string) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourcePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) ListSkusByResourceResponder(resp *http.Response) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourceSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkusPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListSkusResponder(resp *http.Response) (result SkuDescriptionList, err error) + func (client ClustersClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) RemoveLanguageExtensions(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersRemoveLanguageExtensionsFuture, err error) + func (client ClustersClient) RemoveLanguageExtensionsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) RemoveLanguageExtensionsResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) RemoveLanguageExtensionsSender(req *http.Request) (future ClustersRemoveLanguageExtensionsFuture, err error) + func (client ClustersClient) Start(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStartFuture, err error) + func (client ClustersClient) StartPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StartSender(req *http.Request) (future ClustersStartFuture, err error) + func (client ClustersClient) Stop(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStopFuture, err error) + func (client ClustersClient) StopPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StopSender(req *http.Request) (future ClustersStopFuture, err error) + func (client ClustersClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersUpdateFuture, err error) + func (client ClustersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) UpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) UpdateSender(req *http.Request) (future ClustersUpdateFuture, err error) + type ClustersCreateOrUpdateFuture struct + Result func(ClustersClient) (Cluster, error) + func (future *ClustersCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ClustersDeleteFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersDeleteFuture) UnmarshalJSON(body []byte) error + type ClustersDetachFollowerDatabasesFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersDetachFollowerDatabasesFuture) UnmarshalJSON(body []byte) error + type ClustersDiagnoseVirtualNetworkFuture struct + Result func(ClustersClient) (DiagnoseVirtualNetworkResult, error) + func (future *ClustersDiagnoseVirtualNetworkFuture) UnmarshalJSON(body []byte) error + type ClustersRemoveLanguageExtensionsFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersRemoveLanguageExtensionsFuture) UnmarshalJSON(body []byte) error + type ClustersStartFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersStartFuture) UnmarshalJSON(body []byte) error + type ClustersStopFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersStopFuture) UnmarshalJSON(body []byte) error + type ClustersUpdateFuture struct + Result func(ClustersClient) (Cluster, error) + func (future *ClustersUpdateFuture) UnmarshalJSON(body []byte) error + type Compression string + const CompressionGZip + const CompressionNone + func PossibleCompressionValues() []Compression + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type DataConnection struct + ID *string + Kind KindBasicDataConnection + Location *string + Name *string + Type *string + func (dc DataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (dc DataConnection) AsDataConnection() (*DataConnection, bool) + func (dc DataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (dc DataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (dc DataConnection) AsIotHubDataConnection() (*IotHubDataConnection, bool) + func (dc DataConnection) MarshalJSON() ([]byte, error) + type DataConnectionCheckNameRequest struct + Name *string + Type *string + type DataConnectionListResult struct + Value *[]BasicDataConnection + func (dclr *DataConnectionListResult) UnmarshalJSON(body []byte) error + type DataConnectionModel struct + Value BasicDataConnection + func (dcm *DataConnectionModel) UnmarshalJSON(body []byte) error + type DataConnectionValidation struct + DataConnectionName *string + Properties BasicDataConnection + func (dcv *DataConnectionValidation) UnmarshalJSON(body []byte) error + type DataConnectionValidationListResult struct + Value *[]DataConnectionValidationResult + type DataConnectionValidationResult struct + ErrorMessage *string + type DataConnectionsClient struct + func NewDataConnectionsClient(subscriptionID string) DataConnectionsClient + func NewDataConnectionsClientWithBaseURI(baseURI string, subscriptionID string) DataConnectionsClient + func (client DataConnectionsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DataConnectionsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DataConnectionsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsCreateOrUpdateFuture, err error) + func (client DataConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) CreateOrUpdateSender(req *http.Request) (future DataConnectionsCreateOrUpdateFuture, err error) + func (client DataConnectionsClient) DataConnectionValidationMethod(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsDataConnectionValidationMethodFuture, err error) + func (client DataConnectionsClient) DataConnectionValidationMethodPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) DataConnectionValidationMethodResponder(resp *http.Response) (result DataConnectionValidationListResult, err error) + func (client DataConnectionsClient) DataConnectionValidationMethodSender(req *http.Request) (future DataConnectionsDataConnectionValidationMethodFuture, err error) + func (client DataConnectionsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsDeleteFuture, err error) + func (client DataConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataConnectionsClient) DeleteSender(req *http.Request) (future DataConnectionsDeleteFuture, err error) + func (client DataConnectionsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionModel, err error) + func (client DataConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) GetResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) ListByDatabase(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionListResult, err error) + func (client DataConnectionsClient) ListByDatabasePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) ListByDatabaseResponder(resp *http.Response) (result DataConnectionListResult, err error) + func (client DataConnectionsClient) ListByDatabaseSender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsUpdateFuture, err error) + func (client DataConnectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) UpdateResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) UpdateSender(req *http.Request) (future DataConnectionsUpdateFuture, err error) + type DataConnectionsCreateOrUpdateFuture struct + Result func(DataConnectionsClient) (DataConnectionModel, error) + func (future *DataConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DataConnectionsDataConnectionValidationMethodFuture struct + Result func(DataConnectionsClient) (DataConnectionValidationListResult, error) + func (future *DataConnectionsDataConnectionValidationMethodFuture) UnmarshalJSON(body []byte) error + type DataConnectionsDeleteFuture struct + Result func(DataConnectionsClient) (autorest.Response, error) + func (future *DataConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type DataConnectionsUpdateFuture struct + Result func(DataConnectionsClient) (DataConnectionModel, error) + func (future *DataConnectionsUpdateFuture) UnmarshalJSON(body []byte) error + type Database struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (d Database) AsBasicDatabase() (BasicDatabase, bool) + func (d Database) AsDatabase() (*Database, bool) + func (d Database) AsReadOnlyFollowingDatabase() (*ReadOnlyFollowingDatabase, bool) + func (d Database) AsReadWriteDatabase() (*ReadWriteDatabase, bool) + func (d Database) MarshalJSON() ([]byte, error) + type DatabaseListResult struct + Value *[]BasicDatabase + func (dlr *DatabaseListResult) UnmarshalJSON(body []byte) error + type DatabaseModel struct + Value BasicDatabase + func (dm *DatabaseModel) UnmarshalJSON(body []byte) error + type DatabasePrincipal struct + AppID *string + Email *string + Fqn *string + Name *string + Role DatabasePrincipalRole + TenantName *string + Type DatabasePrincipalType + func (dp DatabasePrincipal) MarshalJSON() ([]byte, error) + type DatabasePrincipalAssignment struct + ID *string + Name *string + Type *string + func (dpa *DatabasePrincipalAssignment) UnmarshalJSON(body []byte) error + func (dpa DatabasePrincipalAssignment) MarshalJSON() ([]byte, error) + type DatabasePrincipalAssignmentCheckNameRequest struct + Name *string + Type *string + type DatabasePrincipalAssignmentListResult struct + Value *[]DatabasePrincipalAssignment + type DatabasePrincipalAssignmentsClient struct + func NewDatabasePrincipalAssignmentsClient(subscriptionID string) DatabasePrincipalAssignmentsClient + func NewDatabasePrincipalAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) DatabasePrincipalAssignmentsClient + func (client DatabasePrincipalAssignmentsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DatabasePrincipalAssignmentsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasePrincipalAssignmentsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DatabasePrincipalAssignmentsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DatabasePrincipalAssignmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalAssignmentsCreateOrUpdateFuture, err error) + func (client DatabasePrincipalAssignmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasePrincipalAssignmentsClient) CreateOrUpdateResponder(resp *http.Response) (result DatabasePrincipalAssignment, err error) + func (client DatabasePrincipalAssignmentsClient) CreateOrUpdateSender(req *http.Request) (future DatabasePrincipalAssignmentsCreateOrUpdateFuture, err error) + func (client DatabasePrincipalAssignmentsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalAssignmentsDeleteFuture, err error) + func (client DatabasePrincipalAssignmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasePrincipalAssignmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabasePrincipalAssignmentsClient) DeleteSender(req *http.Request) (future DatabasePrincipalAssignmentsDeleteFuture, err error) + func (client DatabasePrincipalAssignmentsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalAssignment, err error) + func (client DatabasePrincipalAssignmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasePrincipalAssignmentsClient) GetResponder(resp *http.Response) (result DatabasePrincipalAssignment, err error) + func (client DatabasePrincipalAssignmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabasePrincipalAssignmentsClient) List(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalAssignmentListResult, err error) + func (client DatabasePrincipalAssignmentsClient) ListPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasePrincipalAssignmentsClient) ListResponder(resp *http.Response) (result DatabasePrincipalAssignmentListResult, err error) + func (client DatabasePrincipalAssignmentsClient) ListSender(req *http.Request) (*http.Response, error) + type DatabasePrincipalAssignmentsCreateOrUpdateFuture struct + Result func(DatabasePrincipalAssignmentsClient) (DatabasePrincipalAssignment, error) + func (future *DatabasePrincipalAssignmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DatabasePrincipalAssignmentsDeleteFuture struct + Result func(DatabasePrincipalAssignmentsClient) (autorest.Response, error) + func (future *DatabasePrincipalAssignmentsDeleteFuture) UnmarshalJSON(body []byte) error + type DatabasePrincipalListRequest struct + Value *[]DatabasePrincipal + type DatabasePrincipalListResult struct + Value *[]DatabasePrincipal + type DatabasePrincipalProperties struct + PrincipalID *string + PrincipalName *string + PrincipalType PrincipalType + ProvisioningState ProvisioningState + Role DatabasePrincipalRole + TenantID *string + TenantName *string + func (dpp DatabasePrincipalProperties) MarshalJSON() ([]byte, error) + type DatabasePrincipalRole string + const DatabasePrincipalRoleAdmin + const DatabasePrincipalRoleIngestor + const DatabasePrincipalRoleMonitor + const DatabasePrincipalRoleUnrestrictedViewer + const DatabasePrincipalRoleUser + const DatabasePrincipalRoleViewer + func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole + type DatabasePrincipalType string + const DatabasePrincipalTypeApp + const DatabasePrincipalTypeGroup + const DatabasePrincipalTypeUser + func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType + type DatabaseStatistics struct + Size *float64 + type DatabasesClient struct + func NewDatabasesClient(subscriptionID string) DatabasesClient + func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient + func (client DatabasesClient) AddPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) AddPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CreateOrUpdateResponder(resp *http.Response) (result DatabaseModel, err error) + func (client DatabasesClient) CreateOrUpdateSender(req *http.Request) (future DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesDeleteFuture, err error) + func (client DatabasesClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabasesClient) DeleteSender(req *http.Request) (future DatabasesDeleteFuture, err error) + func (client DatabasesClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabaseModel, err error) + func (client DatabasesClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) GetResponder(resp *http.Response) (result DatabaseModel, err error) + func (client DatabasesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListByCluster(ctx context.Context, resourceGroupName string, clusterName string) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client DatabasesClient) ListByClusterResponder(resp *http.Response) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) ListPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) RemovePrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) RemovePrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesUpdateFuture, err error) + func (client DatabasesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) UpdateResponder(resp *http.Response) (result DatabaseModel, err error) + func (client DatabasesClient) UpdateSender(req *http.Request) (future DatabasesUpdateFuture, err error) + type DatabasesCreateOrUpdateFuture struct + Result func(DatabasesClient) (DatabaseModel, error) + func (future *DatabasesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DatabasesDeleteFuture struct + Result func(DatabasesClient) (autorest.Response, error) + func (future *DatabasesDeleteFuture) UnmarshalJSON(body []byte) error + type DatabasesUpdateFuture struct + Result func(DatabasesClient) (DatabaseModel, error) + func (future *DatabasesUpdateFuture) UnmarshalJSON(body []byte) error + type DefaultPrincipalsModificationKind string + const DefaultPrincipalsModificationKindNone + const DefaultPrincipalsModificationKindReplace + const DefaultPrincipalsModificationKindUnion + func PossibleDefaultPrincipalsModificationKindValues() []DefaultPrincipalsModificationKind + type DiagnoseVirtualNetworkResult struct + Findings *[]string + type EngineType string + const EngineTypeV2 + const EngineTypeV3 + func PossibleEngineTypeValues() []EngineType + type EventGridConnectionProperties struct + BlobStorageEventType BlobStorageEventType + ConsumerGroup *string + DataFormat EventGridDataFormat + EventHubResourceID *string + IgnoreFirstRecord *bool + MappingRuleName *string + ProvisioningState ProvisioningState + StorageAccountResourceID *string + TableName *string + type EventGridDataConnection struct + ID *string + Kind KindBasicDataConnection + Location *string + Name *string + Type *string + func (egdc *EventGridDataConnection) UnmarshalJSON(body []byte) error + func (egdc EventGridDataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (egdc EventGridDataConnection) AsDataConnection() (*DataConnection, bool) + func (egdc EventGridDataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (egdc EventGridDataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (egdc EventGridDataConnection) AsIotHubDataConnection() (*IotHubDataConnection, bool) + func (egdc EventGridDataConnection) MarshalJSON() ([]byte, error) + type EventGridDataFormat string + const EventGridDataFormatAPACHEAVRO + const EventGridDataFormatAVRO + const EventGridDataFormatCSV + const EventGridDataFormatJSON + const EventGridDataFormatMULTIJSON + const EventGridDataFormatORC + const EventGridDataFormatPARQUET + const EventGridDataFormatPSV + const EventGridDataFormatRAW + const EventGridDataFormatSCSV + const EventGridDataFormatSINGLEJSON + const EventGridDataFormatSOHSV + const EventGridDataFormatTSV + const EventGridDataFormatTSVE + const EventGridDataFormatTXT + const EventGridDataFormatW3CLOGFILE + func PossibleEventGridDataFormatValues() []EventGridDataFormat + type EventHubConnectionProperties struct + Compression Compression + ConsumerGroup *string + DataFormat EventHubDataFormat + EventHubResourceID *string + EventSystemProperties *[]string + ManagedIdentityResourceID *string + MappingRuleName *string + ProvisioningState ProvisioningState + TableName *string + type EventHubDataConnection struct + ID *string + Kind KindBasicDataConnection + Location *string + Name *string + Type *string + func (ehdc *EventHubDataConnection) UnmarshalJSON(body []byte) error + func (ehdc EventHubDataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (ehdc EventHubDataConnection) AsDataConnection() (*DataConnection, bool) + func (ehdc EventHubDataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (ehdc EventHubDataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (ehdc EventHubDataConnection) AsIotHubDataConnection() (*IotHubDataConnection, bool) + func (ehdc EventHubDataConnection) MarshalJSON() ([]byte, error) + type EventHubDataFormat string + const EventHubDataFormatAPACHEAVRO + const EventHubDataFormatAVRO + const EventHubDataFormatCSV + const EventHubDataFormatJSON + const EventHubDataFormatMULTIJSON + const EventHubDataFormatORC + const EventHubDataFormatPARQUET + const EventHubDataFormatPSV + const EventHubDataFormatRAW + const EventHubDataFormatSCSV + const EventHubDataFormatSINGLEJSON + const EventHubDataFormatSOHSV + const EventHubDataFormatTSV + const EventHubDataFormatTSVE + const EventHubDataFormatTXT + const EventHubDataFormatW3CLOGFILE + func PossibleEventHubDataFormatValues() []EventHubDataFormat + type FollowerDatabaseDefinition struct + AttachedDatabaseConfigurationName *string + ClusterResourceID *string + DatabaseName *string + func (fdd FollowerDatabaseDefinition) MarshalJSON() ([]byte, error) + type FollowerDatabaseListResult struct + Value *[]FollowerDatabaseDefinition + type Identity struct + PrincipalID *string + TenantID *string + Type IdentityType + UserAssignedIdentities map[string]*IdentityUserAssignedIdentitiesValue + func (i Identity) MarshalJSON() ([]byte, error) + type IdentityType string + const IdentityTypeNone + const IdentityTypeSystemAssigned + const IdentityTypeSystemAssignedUserAssigned + const IdentityTypeUserAssigned + func PossibleIdentityTypeValues() []IdentityType + type IdentityUserAssignedIdentitiesValue struct + ClientID *string + PrincipalID *string + func (iAiv IdentityUserAssignedIdentitiesValue) MarshalJSON() ([]byte, error) + type IotHubConnectionProperties struct + ConsumerGroup *string + DataFormat IotHubDataFormat + EventSystemProperties *[]string + IotHubResourceID *string + MappingRuleName *string + ProvisioningState ProvisioningState + SharedAccessPolicyName *string + TableName *string + type IotHubDataConnection struct + ID *string + Kind KindBasicDataConnection + Location *string + Name *string + Type *string + func (ihdc *IotHubDataConnection) UnmarshalJSON(body []byte) error + func (ihdc IotHubDataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (ihdc IotHubDataConnection) AsDataConnection() (*DataConnection, bool) + func (ihdc IotHubDataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (ihdc IotHubDataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (ihdc IotHubDataConnection) AsIotHubDataConnection() (*IotHubDataConnection, bool) + func (ihdc IotHubDataConnection) MarshalJSON() ([]byte, error) + type IotHubDataFormat string + const IotHubDataFormatAPACHEAVRO + const IotHubDataFormatAVRO + const IotHubDataFormatCSV + const IotHubDataFormatJSON + const IotHubDataFormatMULTIJSON + const IotHubDataFormatORC + const IotHubDataFormatPARQUET + const IotHubDataFormatPSV + const IotHubDataFormatRAW + const IotHubDataFormatSCSV + const IotHubDataFormatSINGLEJSON + const IotHubDataFormatSOHSV + const IotHubDataFormatTSV + const IotHubDataFormatTSVE + const IotHubDataFormatTXT + const IotHubDataFormatW3CLOGFILE + func PossibleIotHubDataFormatValues() []IotHubDataFormat + type KeyVaultProperties struct + KeyName *string + KeyVaultURI *string + KeyVersion *string + UserIdentity *string + type Kind string + const KindDatabase + const KindReadOnlyFollowing + const KindReadWrite + func PossibleKindValues() []Kind + type KindBasicDataConnection string + const KindBasicDataConnectionKindDataConnection + const KindBasicDataConnectionKindEventGrid + const KindBasicDataConnectionKindEventHub + const KindBasicDataConnectionKindIotHub + func PossibleKindBasicDataConnectionValues() []KindBasicDataConnection + type LanguageExtension struct + LanguageExtensionName LanguageExtensionName + type LanguageExtensionName string + const LanguageExtensionNamePYTHON + const LanguageExtensionNameR + func PossibleLanguageExtensionNameValues() []LanguageExtensionName + type LanguageExtensionsList struct + Value *[]LanguageExtension + type ListResourceSkusResult struct + Value *[]AzureResourceSku + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties interface{} + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationResult struct + EndTime *date.Time + ID *string + Name *string + PercentComplete *float64 + StartTime *date.Time + Status Status + func (or *OperationResult) UnmarshalJSON(body []byte) error + func (or OperationResult) MarshalJSON() ([]byte, error) + type OperationResultErrorProperties struct + Code *string + Message *string + type OperationResultProperties struct + OperationKind *string + OperationState *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OperationsResultsClient struct + func NewOperationsResultsClient(subscriptionID string) OperationsResultsClient + func NewOperationsResultsClientWithBaseURI(baseURI string, subscriptionID string) OperationsResultsClient + func (client OperationsResultsClient) Get(ctx context.Context, location string, operationID string) (result OperationResult, err error) + func (client OperationsResultsClient) GetPreparer(ctx context.Context, location string, operationID string) (*http.Request, error) + func (client OperationsResultsClient) GetResponder(resp *http.Response) (result OperationResult, err error) + func (client OperationsResultsClient) GetSender(req *http.Request) (*http.Response, error) + type OptimizedAutoscale struct + IsEnabled *bool + Maximum *int32 + Minimum *int32 + Version *int32 + type PrincipalType string + const PrincipalTypeApp + const PrincipalTypeGroup + const PrincipalTypeUser + func PossiblePrincipalTypeValues() []PrincipalType + type PrincipalsModificationKind string + const PrincipalsModificationKindNone + const PrincipalsModificationKindReplace + const PrincipalsModificationKindUnion + func PossiblePrincipalsModificationKindValues() []PrincipalsModificationKind + type ProvisioningState string + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateRunning + const ProvisioningStateSucceeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type ReadOnlyFollowingDatabase struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (rofd *ReadOnlyFollowingDatabase) UnmarshalJSON(body []byte) error + func (rofd ReadOnlyFollowingDatabase) AsBasicDatabase() (BasicDatabase, bool) + func (rofd ReadOnlyFollowingDatabase) AsDatabase() (*Database, bool) + func (rofd ReadOnlyFollowingDatabase) AsReadOnlyFollowingDatabase() (*ReadOnlyFollowingDatabase, bool) + func (rofd ReadOnlyFollowingDatabase) AsReadWriteDatabase() (*ReadWriteDatabase, bool) + func (rofd ReadOnlyFollowingDatabase) MarshalJSON() ([]byte, error) + type ReadOnlyFollowingDatabaseProperties struct + AttachedDatabaseConfigurationName *string + HotCachePeriod *string + LeaderClusterResourceID *string + PrincipalsModificationKind PrincipalsModificationKind + ProvisioningState ProvisioningState + SoftDeletePeriod *string + Statistics *DatabaseStatistics + func (rofdp ReadOnlyFollowingDatabaseProperties) MarshalJSON() ([]byte, error) + type ReadWriteDatabase struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (rwd *ReadWriteDatabase) UnmarshalJSON(body []byte) error + func (rwd ReadWriteDatabase) AsBasicDatabase() (BasicDatabase, bool) + func (rwd ReadWriteDatabase) AsDatabase() (*Database, bool) + func (rwd ReadWriteDatabase) AsReadOnlyFollowingDatabase() (*ReadOnlyFollowingDatabase, bool) + func (rwd ReadWriteDatabase) AsReadWriteDatabase() (*ReadWriteDatabase, bool) + func (rwd ReadWriteDatabase) MarshalJSON() ([]byte, error) + type ReadWriteDatabaseProperties struct + HotCachePeriod *string + IsFollowed *bool + ProvisioningState ProvisioningState + SoftDeletePeriod *string + Statistics *DatabaseStatistics + func (rwdp ReadWriteDatabaseProperties) MarshalJSON() ([]byte, error) + type Reason string + const ReasonAlreadyExists + const ReasonInvalid + func PossibleReasonValues() []Reason + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type Script struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (s *Script) UnmarshalJSON(body []byte) error + func (s Script) MarshalJSON() ([]byte, error) + type ScriptCheckNameRequest struct + Name *string + Type *string + type ScriptListResult struct + Value *[]Script + type ScriptProperties struct + ContinueOnErrors *bool + ForceUpdateTag *string + ProvisioningState ProvisioningState + ScriptURL *string + ScriptURLSasToken *string + type ScriptsClient struct + func NewScriptsClient(subscriptionID string) ScriptsClient + func NewScriptsClientWithBaseURI(baseURI string, subscriptionID string) ScriptsClient + func (client ScriptsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client ScriptsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client ScriptsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ScriptsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ScriptsCreateOrUpdateFuture, err error) + func (client ScriptsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) CreateOrUpdateResponder(resp *http.Response) (result Script, err error) + func (client ScriptsClient) CreateOrUpdateSender(req *http.Request) (future ScriptsCreateOrUpdateFuture, err error) + func (client ScriptsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ScriptsDeleteFuture, err error) + func (client ScriptsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ScriptsClient) DeleteSender(req *http.Request) (future ScriptsDeleteFuture, err error) + func (client ScriptsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result Script, err error) + func (client ScriptsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) GetResponder(resp *http.Response) (result Script, err error) + func (client ScriptsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ScriptsClient) ListByDatabase(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ScriptListResult, err error) + func (client ScriptsClient) ListByDatabasePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) ListByDatabaseResponder(resp *http.Response) (result ScriptListResult, err error) + func (client ScriptsClient) ListByDatabaseSender(req *http.Request) (*http.Response, error) + func (client ScriptsClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ScriptsUpdateFuture, err error) + func (client ScriptsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ScriptsClient) UpdateResponder(resp *http.Response) (result Script, err error) + func (client ScriptsClient) UpdateSender(req *http.Request) (future ScriptsUpdateFuture, err error) + type ScriptsCreateOrUpdateFuture struct + Result func(ScriptsClient) (Script, error) + func (future *ScriptsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ScriptsDeleteFuture struct + Result func(ScriptsClient) (autorest.Response, error) + func (future *ScriptsDeleteFuture) UnmarshalJSON(body []byte) error + type ScriptsUpdateFuture struct + Result func(ScriptsClient) (Script, error) + func (future *ScriptsUpdateFuture) UnmarshalJSON(body []byte) error + type SkuDescription struct + LocationInfo *[]SkuLocationInfoItem + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]interface{} + Tier *string + func (sd SkuDescription) MarshalJSON() ([]byte, error) + type SkuDescriptionList struct + Value *[]SkuDescription + func (sdl SkuDescriptionList) MarshalJSON() ([]byte, error) + type SkuLocationInfoItem struct + Location *string + Zones *[]string + type State string + const StateCreating + const StateDeleted + const StateDeleting + const StateRunning + const StateStarting + const StateStopped + const StateStopping + const StateUnavailable + const StateUpdating + func PossibleStateValues() []State + type Status string + const StatusCanceled + const StatusFailed + const StatusRunning + const StatusSucceeded + func PossibleStatusValues() []Status + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TableLevelSharingProperties struct + ExternalTablesToExclude *[]string + ExternalTablesToInclude *[]string + MaterializedViewsToExclude *[]string + MaterializedViewsToInclude *[]string + TablesToExclude *[]string + TablesToInclude *[]string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TrustedExternalTenant struct + Value *string + type Type string + const TypeMicrosoftKustoclustersattachedDatabaseConfigurations + const TypeMicrosoftKustoclustersdatabases + func PossibleTypeValues() []Type + type VirtualNetworkConfiguration struct + DataManagementPublicIPID *string + EnginePublicIPID *string + SubnetID *string