Documentation ¶
Index ¶
- func PossibleValuesForAttachedDatabaseType() []string
- func PossibleValuesForDefaultPrincipalsModificationKind() []string
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForReason() []string
- func ValidateAttachedDatabaseConfigurationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error)
- type AttachedDatabaseConfiguration
- type AttachedDatabaseConfigurationId
- func NewAttachedDatabaseConfigurationID(subscriptionId string, resourceGroupName string, clusterName string, ...) AttachedDatabaseConfigurationId
- func ParseAttachedDatabaseConfigurationID(input string) (*AttachedDatabaseConfigurationId, error)
- func ParseAttachedDatabaseConfigurationIDInsensitively(input string) (*AttachedDatabaseConfigurationId, error)
- type AttachedDatabaseConfigurationListResult
- type AttachedDatabaseConfigurationProperties
- type AttachedDatabaseConfigurationsCheckNameRequest
- type AttachedDatabaseConfigurationsClient
- func (c AttachedDatabaseConfigurationsClient) CheckNameAvailability(ctx context.Context, id ClusterId, ...) (result CheckNameAvailabilityOperationResponse, err error)
- func (c AttachedDatabaseConfigurationsClient) CreateOrUpdate(ctx context.Context, id AttachedDatabaseConfigurationId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c AttachedDatabaseConfigurationsClient) CreateOrUpdateThenPoll(ctx context.Context, id AttachedDatabaseConfigurationId, ...) error
- func (c AttachedDatabaseConfigurationsClient) Delete(ctx context.Context, id AttachedDatabaseConfigurationId) (result DeleteOperationResponse, err error)
- func (c AttachedDatabaseConfigurationsClient) DeleteThenPoll(ctx context.Context, id AttachedDatabaseConfigurationId) error
- func (c AttachedDatabaseConfigurationsClient) Get(ctx context.Context, id AttachedDatabaseConfigurationId) (result GetOperationResponse, err error)
- func (c AttachedDatabaseConfigurationsClient) ListByCluster(ctx context.Context, id ClusterId) (result ListByClusterOperationResponse, err error)
- type AttachedDatabaseType
- type CheckNameAvailabilityOperationResponse
- type CheckNameResult
- type ClusterId
- type CreateOrUpdateOperationResponse
- type DefaultPrincipalsModificationKind
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByClusterOperationResponse
- type ProvisioningState
- type Reason
- type TableLevelSharingProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAttachedDatabaseType ¶
func PossibleValuesForAttachedDatabaseType() []string
func PossibleValuesForDefaultPrincipalsModificationKind ¶
func PossibleValuesForDefaultPrincipalsModificationKind() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForReason ¶
func PossibleValuesForReason() []string
func ValidateAttachedDatabaseConfigurationID ¶
func ValidateAttachedDatabaseConfigurationID(input interface{}, key string) (warnings []string, errors []error)
ValidateAttachedDatabaseConfigurationID checks that 'input' can be parsed as a Attached Database Configuration ID
func ValidateClusterID ¶
ValidateClusterID checks that 'input' can be parsed as a Cluster ID
Types ¶
type AttachedDatabaseConfiguration ¶
type AttachedDatabaseConfiguration struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *AttachedDatabaseConfigurationProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type AttachedDatabaseConfigurationId ¶
type AttachedDatabaseConfigurationId struct { SubscriptionId string ResourceGroupName string ClusterName string AttachedDatabaseConfigurationName string }
AttachedDatabaseConfigurationId is a struct representing the Resource ID for a Attached Database Configuration
func NewAttachedDatabaseConfigurationID ¶
func NewAttachedDatabaseConfigurationID(subscriptionId string, resourceGroupName string, clusterName string, attachedDatabaseConfigurationName string) AttachedDatabaseConfigurationId
NewAttachedDatabaseConfigurationID returns a new AttachedDatabaseConfigurationId struct
func ParseAttachedDatabaseConfigurationID ¶
func ParseAttachedDatabaseConfigurationID(input string) (*AttachedDatabaseConfigurationId, error)
ParseAttachedDatabaseConfigurationID parses 'input' into a AttachedDatabaseConfigurationId
func ParseAttachedDatabaseConfigurationIDInsensitively ¶
func ParseAttachedDatabaseConfigurationIDInsensitively(input string) (*AttachedDatabaseConfigurationId, error)
ParseAttachedDatabaseConfigurationIDInsensitively parses 'input' case-insensitively into a AttachedDatabaseConfigurationId note: this method should only be used for API response data and not user input
func (AttachedDatabaseConfigurationId) ID ¶
func (id AttachedDatabaseConfigurationId) ID() string
ID returns the formatted Attached Database Configuration ID
func (AttachedDatabaseConfigurationId) Segments ¶
func (id AttachedDatabaseConfigurationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Attached Database Configuration ID
func (AttachedDatabaseConfigurationId) String ¶
func (id AttachedDatabaseConfigurationId) String() string
String returns a human-readable description of this Attached Database Configuration ID
type AttachedDatabaseConfigurationListResult ¶
type AttachedDatabaseConfigurationListResult struct {
Value *[]AttachedDatabaseConfiguration `json:"value,omitempty"`
}
type AttachedDatabaseConfigurationProperties ¶
type AttachedDatabaseConfigurationProperties struct { AttachedDatabaseNames *[]string `json:"attachedDatabaseNames,omitempty"` ClusterResourceId string `json:"clusterResourceId"` DatabaseName string `json:"databaseName"` DatabaseNameOverride *string `json:"databaseNameOverride,omitempty"` DatabaseNamePrefix *string `json:"databaseNamePrefix,omitempty"` DefaultPrincipalsModificationKind DefaultPrincipalsModificationKind `json:"defaultPrincipalsModificationKind"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` TableLevelSharingProperties *TableLevelSharingProperties `json:"tableLevelSharingProperties,omitempty"` }
type AttachedDatabaseConfigurationsCheckNameRequest ¶
type AttachedDatabaseConfigurationsCheckNameRequest struct { Name string `json:"name"` Type AttachedDatabaseType `json:"type"` }
type AttachedDatabaseConfigurationsClient ¶
type AttachedDatabaseConfigurationsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewAttachedDatabaseConfigurationsClientWithBaseURI ¶
func NewAttachedDatabaseConfigurationsClientWithBaseURI(endpoint string) AttachedDatabaseConfigurationsClient
func (AttachedDatabaseConfigurationsClient) CheckNameAvailability ¶
func (c AttachedDatabaseConfigurationsClient) CheckNameAvailability(ctx context.Context, id ClusterId, input AttachedDatabaseConfigurationsCheckNameRequest) (result CheckNameAvailabilityOperationResponse, err error)
CheckNameAvailability ...
func (AttachedDatabaseConfigurationsClient) CreateOrUpdate ¶
func (c AttachedDatabaseConfigurationsClient) CreateOrUpdate(ctx context.Context, id AttachedDatabaseConfigurationId, input AttachedDatabaseConfiguration) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (AttachedDatabaseConfigurationsClient) CreateOrUpdateThenPoll ¶
func (c AttachedDatabaseConfigurationsClient) CreateOrUpdateThenPoll(ctx context.Context, id AttachedDatabaseConfigurationId, input AttachedDatabaseConfiguration) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (AttachedDatabaseConfigurationsClient) Delete ¶
func (c AttachedDatabaseConfigurationsClient) Delete(ctx context.Context, id AttachedDatabaseConfigurationId) (result DeleteOperationResponse, err error)
Delete ...
func (AttachedDatabaseConfigurationsClient) DeleteThenPoll ¶
func (c AttachedDatabaseConfigurationsClient) DeleteThenPoll(ctx context.Context, id AttachedDatabaseConfigurationId) error
DeleteThenPoll performs Delete then polls until it's completed
func (AttachedDatabaseConfigurationsClient) Get ¶
func (c AttachedDatabaseConfigurationsClient) Get(ctx context.Context, id AttachedDatabaseConfigurationId) (result GetOperationResponse, err error)
Get ...
func (AttachedDatabaseConfigurationsClient) ListByCluster ¶
func (c AttachedDatabaseConfigurationsClient) ListByCluster(ctx context.Context, id ClusterId) (result ListByClusterOperationResponse, err error)
ListByCluster ...
type AttachedDatabaseType ¶
type AttachedDatabaseType string
const (
AttachedDatabaseTypeMicrosoftPointKustoClustersAttachedDatabaseConfigurations AttachedDatabaseType = "Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
)
type CheckNameAvailabilityOperationResponse ¶
type CheckNameAvailabilityOperationResponse struct { HttpResponse *http.Response Model *CheckNameResult }
type CheckNameResult ¶
type ClusterId ¶
ClusterId is a struct representing the Resource ID for a Cluster
func NewClusterID ¶
NewClusterID returns a new ClusterId struct
func ParseClusterID ¶
ParseClusterID parses 'input' into a ClusterId
func ParseClusterIDInsensitively ¶
ParseClusterIDInsensitively parses 'input' case-insensitively into a ClusterId note: this method should only be used for API response data and not user input
func (ClusterId) Segments ¶
func (id ClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Cluster ID
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DefaultPrincipalsModificationKind ¶
type DefaultPrincipalsModificationKind string
const ( DefaultPrincipalsModificationKindNone DefaultPrincipalsModificationKind = "None" DefaultPrincipalsModificationKindReplace DefaultPrincipalsModificationKind = "Replace" DefaultPrincipalsModificationKindUnion DefaultPrincipalsModificationKind = "Union" )
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *AttachedDatabaseConfiguration }
type ListByClusterOperationResponse ¶
type ListByClusterOperationResponse struct { HttpResponse *http.Response Model *AttachedDatabaseConfigurationListResult }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateMoving ProvisioningState = "Moving" ProvisioningStateRunning ProvisioningState = "Running" ProvisioningStateSucceeded ProvisioningState = "Succeeded" )
type TableLevelSharingProperties ¶
type TableLevelSharingProperties struct { ExternalTablesToExclude *[]string `json:"externalTablesToExclude,omitempty"` ExternalTablesToInclude *[]string `json:"externalTablesToInclude,omitempty"` FunctionsToExclude *[]string `json:"functionsToExclude,omitempty"` FunctionsToInclude *[]string `json:"functionsToInclude,omitempty"` MaterializedViewsToExclude *[]string `json:"materializedViewsToExclude,omitempty"` MaterializedViewsToInclude *[]string `json:"materializedViewsToInclude,omitempty"` TablesToExclude *[]string `json:"tablesToExclude,omitempty"` TablesToInclude *[]string `json:"tablesToInclude,omitempty"` }
Source Files ¶
- client.go
- constants.go
- id_attacheddatabaseconfiguration.go
- id_cluster.go
- method_checknameavailability_autorest.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbycluster_autorest.go
- model_attacheddatabaseconfiguration.go
- model_attacheddatabaseconfigurationlistresult.go
- model_attacheddatabaseconfigurationproperties.go
- model_attacheddatabaseconfigurationschecknamerequest.go
- model_checknameresult.go
- model_tablelevelsharingproperties.go
- version.go