Documentation ¶
Index ¶
- func PossibleValuesForAuthenticationMode() []string
- func PossibleValuesForEncoding() []string
- func PossibleValuesForEventSerializationType() []string
- func PossibleValuesForJsonOutputSerializationFormat() []string
- func ValidateOutputID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateStreamingJobID(input interface{}, key string) (warnings []string, errors []error)
- type AuthenticationMode
- type AvroSerialization
- type AzureDataLakeStoreOutputDataSource
- type AzureDataLakeStoreOutputDataSourceProperties
- type AzureFunctionOutputDataSource
- type AzureFunctionOutputDataSourceProperties
- type AzureSqlDatabaseDataSourceProperties
- type AzureSqlDatabaseOutputDataSource
- type AzureSynapseDataSourceProperties
- type AzureSynapseOutputDataSource
- type AzureTableOutputDataSource
- type AzureTableOutputDataSourceProperties
- type BlobOutputDataSource
- type BlobOutputDataSourceProperties
- type CreateOrReplaceOperationOptions
- type CreateOrReplaceOperationResponse
- type CsvSerialization
- type CsvSerializationProperties
- type DeleteOperationResponse
- type DiagnosticCondition
- type Diagnostics
- type DocumentDbOutputDataSource
- type DocumentDbOutputDataSourceProperties
- type Encoding
- type ErrorResponse
- type EventHubOutputDataSource
- type EventHubOutputDataSourceProperties
- type EventHubV2OutputDataSource
- type EventSerializationType
- type GatewayMessageBusOutputDataSource
- type GatewayMessageBusSourceProperties
- type GetOperationResponse
- type JsonOutputSerializationFormat
- type JsonSerialization
- type JsonSerializationProperties
- type ListByStreamingJobCompleteResult
- type ListByStreamingJobCustomPager
- type ListByStreamingJobOperationOptions
- type ListByStreamingJobOperationResponse
- type Output
- type OutputDataSource
- type OutputId
- type OutputOperationPredicate
- type OutputProperties
- type OutputsClient
- func (c OutputsClient) CreateOrReplace(ctx context.Context, id OutputId, input Output, ...) (result CreateOrReplaceOperationResponse, err error)
- func (c OutputsClient) Delete(ctx context.Context, id OutputId) (result DeleteOperationResponse, err error)
- func (c OutputsClient) Get(ctx context.Context, id OutputId) (result GetOperationResponse, err error)
- func (c OutputsClient) ListByStreamingJob(ctx context.Context, id StreamingJobId, ...) (result ListByStreamingJobOperationResponse, err error)
- func (c OutputsClient) ListByStreamingJobComplete(ctx context.Context, id StreamingJobId, ...) (ListByStreamingJobCompleteResult, error)
- func (c OutputsClient) ListByStreamingJobCompleteMatchingPredicate(ctx context.Context, id StreamingJobId, ...) (result ListByStreamingJobCompleteResult, err error)
- func (c OutputsClient) Update(ctx context.Context, id OutputId, input Output, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
- type ParquetSerialization
- type PowerBIOutputDataSource
- type PowerBIOutputDataSourceProperties
- type RawOutputDataSourceImpl
- type RawSerializationImpl
- type ResourceTestStatus
- type Serialization
- type ServiceBusQueueOutputDataSource
- type ServiceBusQueueOutputDataSourceProperties
- type ServiceBusTopicOutputDataSource
- type ServiceBusTopicOutputDataSourceProperties
- type StorageAccount
- type StreamingJobId
- type UpdateOperationOptions
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAuthenticationMode ¶
func PossibleValuesForAuthenticationMode() []string
func PossibleValuesForEncoding ¶
func PossibleValuesForEncoding() []string
func PossibleValuesForEventSerializationType ¶
func PossibleValuesForEventSerializationType() []string
func PossibleValuesForJsonOutputSerializationFormat ¶
func PossibleValuesForJsonOutputSerializationFormat() []string
func ValidateOutputID ¶
ValidateOutputID checks that 'input' can be parsed as a Output ID
func ValidateStreamingJobID ¶
ValidateStreamingJobID checks that 'input' can be parsed as a Streaming Job ID
Types ¶
type AuthenticationMode ¶
type AuthenticationMode string
const ( AuthenticationModeConnectionString AuthenticationMode = "ConnectionString" AuthenticationModeMsi AuthenticationMode = "Msi" AuthenticationModeUserToken AuthenticationMode = "UserToken" )
func (*AuthenticationMode) UnmarshalJSON ¶ added in v0.20240208.1095436
func (s *AuthenticationMode) UnmarshalJSON(bytes []byte) error
type AvroSerialization ¶
type AvroSerialization struct {
Properties *interface{} `json:"properties,omitempty"`
}
func (AvroSerialization) MarshalJSON ¶
func (s AvroSerialization) MarshalJSON() ([]byte, error)
type AzureDataLakeStoreOutputDataSource ¶
type AzureDataLakeStoreOutputDataSource struct {
Properties *AzureDataLakeStoreOutputDataSourceProperties `json:"properties,omitempty"`
}
func (AzureDataLakeStoreOutputDataSource) MarshalJSON ¶
func (s AzureDataLakeStoreOutputDataSource) MarshalJSON() ([]byte, error)
type AzureDataLakeStoreOutputDataSourceProperties ¶
type AzureDataLakeStoreOutputDataSourceProperties struct { AccountName *string `json:"accountName,omitempty"` AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` DateFormat *string `json:"dateFormat,omitempty"` FilePathPrefix *string `json:"filePathPrefix,omitempty"` RefreshToken *string `json:"refreshToken,omitempty"` TenantId *string `json:"tenantId,omitempty"` TimeFormat *string `json:"timeFormat,omitempty"` TokenUserDisplayName *string `json:"tokenUserDisplayName,omitempty"` TokenUserPrincipalName *string `json:"tokenUserPrincipalName,omitempty"` }
type AzureFunctionOutputDataSource ¶
type AzureFunctionOutputDataSource struct {
Properties *AzureFunctionOutputDataSourceProperties `json:"properties,omitempty"`
}
func (AzureFunctionOutputDataSource) MarshalJSON ¶
func (s AzureFunctionOutputDataSource) MarshalJSON() ([]byte, error)
type AzureFunctionOutputDataSourceProperties ¶
type AzureFunctionOutputDataSourceProperties struct { ApiKey *string `json:"apiKey,omitempty"` FunctionAppName *string `json:"functionAppName,omitempty"` FunctionName *string `json:"functionName,omitempty"` MaxBatchCount *float64 `json:"maxBatchCount,omitempty"` MaxBatchSize *float64 `json:"maxBatchSize,omitempty"` }
type AzureSqlDatabaseDataSourceProperties ¶
type AzureSqlDatabaseDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` Database *string `json:"database,omitempty"` MaxBatchCount *float64 `json:"maxBatchCount,omitempty"` MaxWriterCount *float64 `json:"maxWriterCount,omitempty"` Password *string `json:"password,omitempty"` Server *string `json:"server,omitempty"` Table *string `json:"table,omitempty"` User *string `json:"user,omitempty"` }
type AzureSqlDatabaseOutputDataSource ¶
type AzureSqlDatabaseOutputDataSource struct {
Properties *AzureSqlDatabaseDataSourceProperties `json:"properties,omitempty"`
}
func (AzureSqlDatabaseOutputDataSource) MarshalJSON ¶
func (s AzureSqlDatabaseOutputDataSource) MarshalJSON() ([]byte, error)
type AzureSynapseOutputDataSource ¶
type AzureSynapseOutputDataSource struct {
Properties *AzureSynapseDataSourceProperties `json:"properties,omitempty"`
}
func (AzureSynapseOutputDataSource) MarshalJSON ¶
func (s AzureSynapseOutputDataSource) MarshalJSON() ([]byte, error)
type AzureTableOutputDataSource ¶
type AzureTableOutputDataSource struct {
Properties *AzureTableOutputDataSourceProperties `json:"properties,omitempty"`
}
func (AzureTableOutputDataSource) MarshalJSON ¶
func (s AzureTableOutputDataSource) MarshalJSON() ([]byte, error)
type AzureTableOutputDataSourceProperties ¶
type AzureTableOutputDataSourceProperties struct { AccountKey *string `json:"accountKey,omitempty"` AccountName *string `json:"accountName,omitempty"` BatchSize *int64 `json:"batchSize,omitempty"` ColumnsToRemove *[]string `json:"columnsToRemove,omitempty"` PartitionKey *string `json:"partitionKey,omitempty"` RowKey *string `json:"rowKey,omitempty"` Table *string `json:"table,omitempty"` }
type BlobOutputDataSource ¶
type BlobOutputDataSource struct {
Properties *BlobOutputDataSourceProperties `json:"properties,omitempty"`
}
func (BlobOutputDataSource) MarshalJSON ¶
func (s BlobOutputDataSource) MarshalJSON() ([]byte, error)
type BlobOutputDataSourceProperties ¶
type BlobOutputDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` BlobPathPrefix *string `json:"blobPathPrefix,omitempty"` Container *string `json:"container,omitempty"` DateFormat *string `json:"dateFormat,omitempty"` PathPattern *string `json:"pathPattern,omitempty"` StorageAccounts *[]StorageAccount `json:"storageAccounts,omitempty"` TimeFormat *string `json:"timeFormat,omitempty"` }
type CreateOrReplaceOperationOptions ¶
func DefaultCreateOrReplaceOperationOptions ¶
func DefaultCreateOrReplaceOperationOptions() CreateOrReplaceOperationOptions
func (CreateOrReplaceOperationOptions) ToHeaders ¶ added in v0.20240208.1095436
func (o CreateOrReplaceOperationOptions) ToHeaders() *client.Headers
func (CreateOrReplaceOperationOptions) ToOData ¶ added in v0.20240208.1095436
func (o CreateOrReplaceOperationOptions) ToOData() *odata.Query
func (CreateOrReplaceOperationOptions) ToQuery ¶ added in v0.20240208.1095436
func (o CreateOrReplaceOperationOptions) ToQuery() *client.QueryParams
type CsvSerialization ¶
type CsvSerialization struct {
Properties *CsvSerializationProperties `json:"properties,omitempty"`
}
func (CsvSerialization) MarshalJSON ¶
func (s CsvSerialization) MarshalJSON() ([]byte, error)
type DeleteOperationResponse ¶
type DiagnosticCondition ¶
type Diagnostics ¶
type Diagnostics struct {
Conditions *[]DiagnosticCondition `json:"conditions,omitempty"`
}
type DocumentDbOutputDataSource ¶
type DocumentDbOutputDataSource struct {
Properties *DocumentDbOutputDataSourceProperties `json:"properties,omitempty"`
}
func (DocumentDbOutputDataSource) MarshalJSON ¶
func (s DocumentDbOutputDataSource) MarshalJSON() ([]byte, error)
type DocumentDbOutputDataSourceProperties ¶
type DocumentDbOutputDataSourceProperties struct { AccountId *string `json:"accountId,omitempty"` AccountKey *string `json:"accountKey,omitempty"` CollectionNamePattern *string `json:"collectionNamePattern,omitempty"` Database *string `json:"database,omitempty"` DocumentId *string `json:"documentId,omitempty"` PartitionKey *string `json:"partitionKey,omitempty"` }
type Encoding ¶
type Encoding string
const (
EncodingUTFEight Encoding = "UTF8"
)
func (*Encoding) UnmarshalJSON ¶ added in v0.20240208.1095436
type ErrorResponse ¶
type EventHubOutputDataSource ¶
type EventHubOutputDataSource struct {
Properties *EventHubOutputDataSourceProperties `json:"properties,omitempty"`
}
func (EventHubOutputDataSource) MarshalJSON ¶
func (s EventHubOutputDataSource) MarshalJSON() ([]byte, error)
type EventHubOutputDataSourceProperties ¶
type EventHubOutputDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` EventHubName *string `json:"eventHubName,omitempty"` PartitionKey *string `json:"partitionKey,omitempty"` PropertyColumns *[]string `json:"propertyColumns,omitempty"` ServiceBusNamespace *string `json:"serviceBusNamespace,omitempty"` }
type EventHubV2OutputDataSource ¶
type EventHubV2OutputDataSource struct {
Properties *EventHubOutputDataSourceProperties `json:"properties,omitempty"`
}
func (EventHubV2OutputDataSource) MarshalJSON ¶
func (s EventHubV2OutputDataSource) MarshalJSON() ([]byte, error)
type EventSerializationType ¶
type EventSerializationType string
const ( EventSerializationTypeAvro EventSerializationType = "Avro" EventSerializationTypeCsv EventSerializationType = "Csv" EventSerializationTypeJson EventSerializationType = "Json" EventSerializationTypeParquet EventSerializationType = "Parquet" )
func (*EventSerializationType) UnmarshalJSON ¶ added in v0.20240208.1095436
func (s *EventSerializationType) UnmarshalJSON(bytes []byte) error
type GatewayMessageBusOutputDataSource ¶
type GatewayMessageBusOutputDataSource struct {
Properties *GatewayMessageBusSourceProperties `json:"properties,omitempty"`
}
func (GatewayMessageBusOutputDataSource) MarshalJSON ¶
func (s GatewayMessageBusOutputDataSource) MarshalJSON() ([]byte, error)
type GatewayMessageBusSourceProperties ¶
type GatewayMessageBusSourceProperties struct {
Topic *string `json:"topic,omitempty"`
}
type GetOperationResponse ¶
type JsonOutputSerializationFormat ¶
type JsonOutputSerializationFormat string
const ( JsonOutputSerializationFormatArray JsonOutputSerializationFormat = "Array" JsonOutputSerializationFormatLineSeparated JsonOutputSerializationFormat = "LineSeparated" )
func (*JsonOutputSerializationFormat) UnmarshalJSON ¶ added in v0.20240208.1095436
func (s *JsonOutputSerializationFormat) UnmarshalJSON(bytes []byte) error
type JsonSerialization ¶
type JsonSerialization struct {
Properties *JsonSerializationProperties `json:"properties,omitempty"`
}
func (JsonSerialization) MarshalJSON ¶
func (s JsonSerialization) MarshalJSON() ([]byte, error)
type JsonSerializationProperties ¶
type JsonSerializationProperties struct { Encoding *Encoding `json:"encoding,omitempty"` Format *JsonOutputSerializationFormat `json:"format,omitempty"` }
type ListByStreamingJobCustomPager ¶ added in v0.20240628.1153531
func (*ListByStreamingJobCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByStreamingJobCustomPager) NextPageLink() *odata.Link
type ListByStreamingJobOperationOptions ¶
type ListByStreamingJobOperationOptions struct {
Select *string
}
func DefaultListByStreamingJobOperationOptions ¶
func DefaultListByStreamingJobOperationOptions() ListByStreamingJobOperationOptions
func (ListByStreamingJobOperationOptions) ToHeaders ¶ added in v0.20240208.1095436
func (o ListByStreamingJobOperationOptions) ToHeaders() *client.Headers
func (ListByStreamingJobOperationOptions) ToOData ¶ added in v0.20240208.1095436
func (o ListByStreamingJobOperationOptions) ToOData() *odata.Query
func (ListByStreamingJobOperationOptions) ToQuery ¶ added in v0.20240208.1095436
func (o ListByStreamingJobOperationOptions) ToQuery() *client.QueryParams
type Output ¶
type Output struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *OutputProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type OutputDataSource ¶
type OutputDataSource interface { }
type OutputId ¶
type OutputId struct { SubscriptionId string ResourceGroupName string StreamingJobName string OutputName string }
OutputId is a struct representing the Resource ID for a Output
func NewOutputID ¶
func NewOutputID(subscriptionId string, resourceGroupName string, streamingJobName string, outputName string) OutputId
NewOutputID returns a new OutputId struct
func ParseOutputID ¶
ParseOutputID parses 'input' into a OutputId
func ParseOutputIDInsensitively ¶
ParseOutputIDInsensitively parses 'input' case-insensitively into a OutputId note: this method should only be used for API response data and not user input
func (*OutputId) FromParseResult ¶
func (id *OutputId) FromParseResult(input resourceids.ParseResult) error
func (OutputId) Segments ¶
func (id OutputId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Output ID
type OutputOperationPredicate ¶
func (OutputOperationPredicate) Matches ¶
func (p OutputOperationPredicate) Matches(input Output) bool
type OutputProperties ¶
type OutputProperties struct { Datasource OutputDataSource `json:"datasource"` Diagnostics *Diagnostics `json:"diagnostics,omitempty"` Etag *string `json:"etag,omitempty"` Serialization Serialization `json:"serialization"` SizeWindow *int64 `json:"sizeWindow,omitempty"` TimeWindow *string `json:"timeWindow,omitempty"` }
func (*OutputProperties) UnmarshalJSON ¶
func (s *OutputProperties) UnmarshalJSON(bytes []byte) error
type OutputsClient ¶
type OutputsClient struct {
Client *resourcemanager.Client
}
func NewOutputsClientWithBaseURI ¶
func NewOutputsClientWithBaseURI(sdkApi sdkEnv.Api) (*OutputsClient, error)
func (OutputsClient) CreateOrReplace ¶
func (c OutputsClient) CreateOrReplace(ctx context.Context, id OutputId, input Output, options CreateOrReplaceOperationOptions) (result CreateOrReplaceOperationResponse, err error)
CreateOrReplace ...
func (OutputsClient) Delete ¶
func (c OutputsClient) Delete(ctx context.Context, id OutputId) (result DeleteOperationResponse, err error)
Delete ...
func (OutputsClient) Get ¶
func (c OutputsClient) Get(ctx context.Context, id OutputId) (result GetOperationResponse, err error)
Get ...
func (OutputsClient) ListByStreamingJob ¶
func (c OutputsClient) ListByStreamingJob(ctx context.Context, id StreamingJobId, options ListByStreamingJobOperationOptions) (result ListByStreamingJobOperationResponse, err error)
ListByStreamingJob ...
func (OutputsClient) ListByStreamingJobComplete ¶
func (c OutputsClient) ListByStreamingJobComplete(ctx context.Context, id StreamingJobId, options ListByStreamingJobOperationOptions) (ListByStreamingJobCompleteResult, error)
ListByStreamingJobComplete retrieves all the results into a single object
func (OutputsClient) ListByStreamingJobCompleteMatchingPredicate ¶
func (c OutputsClient) ListByStreamingJobCompleteMatchingPredicate(ctx context.Context, id StreamingJobId, options ListByStreamingJobOperationOptions, predicate OutputOperationPredicate) (result ListByStreamingJobCompleteResult, err error)
ListByStreamingJobCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OutputsClient) Update ¶
func (c OutputsClient) Update(ctx context.Context, id OutputId, input Output, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
type ParquetSerialization ¶
type ParquetSerialization struct {
Properties *interface{} `json:"properties,omitempty"`
}
func (ParquetSerialization) MarshalJSON ¶
func (s ParquetSerialization) MarshalJSON() ([]byte, error)
type PowerBIOutputDataSource ¶
type PowerBIOutputDataSource struct {
Properties *PowerBIOutputDataSourceProperties `json:"properties,omitempty"`
}
func (PowerBIOutputDataSource) MarshalJSON ¶
func (s PowerBIOutputDataSource) MarshalJSON() ([]byte, error)
type PowerBIOutputDataSourceProperties ¶
type PowerBIOutputDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` Dataset *string `json:"dataset,omitempty"` GroupId *string `json:"groupId,omitempty"` GroupName *string `json:"groupName,omitempty"` RefreshToken *string `json:"refreshToken,omitempty"` Table *string `json:"table,omitempty"` TokenUserDisplayName *string `json:"tokenUserDisplayName,omitempty"` TokenUserPrincipalName *string `json:"tokenUserPrincipalName,omitempty"` }
type RawOutputDataSourceImpl ¶
RawOutputDataSourceImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
type RawSerializationImpl ¶
RawSerializationImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
type ResourceTestStatus ¶
type ResourceTestStatus struct { Error *ErrorResponse `json:"error,omitempty"` Status *string `json:"status,omitempty"` }
type Serialization ¶
type Serialization interface { }
type ServiceBusQueueOutputDataSource ¶
type ServiceBusQueueOutputDataSource struct {
Properties *ServiceBusQueueOutputDataSourceProperties `json:"properties,omitempty"`
}
func (ServiceBusQueueOutputDataSource) MarshalJSON ¶
func (s ServiceBusQueueOutputDataSource) MarshalJSON() ([]byte, error)
type ServiceBusQueueOutputDataSourceProperties ¶
type ServiceBusQueueOutputDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` PropertyColumns *[]string `json:"propertyColumns,omitempty"` QueueName *string `json:"queueName,omitempty"` ServiceBusNamespace *string `json:"serviceBusNamespace,omitempty"` SystemPropertyColumns *interface{} `json:"systemPropertyColumns,omitempty"` }
type ServiceBusTopicOutputDataSource ¶
type ServiceBusTopicOutputDataSource struct {
Properties *ServiceBusTopicOutputDataSourceProperties `json:"properties,omitempty"`
}
func (ServiceBusTopicOutputDataSource) MarshalJSON ¶
func (s ServiceBusTopicOutputDataSource) MarshalJSON() ([]byte, error)
type ServiceBusTopicOutputDataSourceProperties ¶
type ServiceBusTopicOutputDataSourceProperties struct { AuthenticationMode *AuthenticationMode `json:"authenticationMode,omitempty"` PropertyColumns *[]string `json:"propertyColumns,omitempty"` ServiceBusNamespace *string `json:"serviceBusNamespace,omitempty"` SystemPropertyColumns *map[string]string `json:"systemPropertyColumns,omitempty"` TopicName *string `json:"topicName,omitempty"` }
type StorageAccount ¶
type StreamingJobId ¶
type StreamingJobId struct { SubscriptionId string ResourceGroupName string StreamingJobName string }
StreamingJobId is a struct representing the Resource ID for a Streaming Job
func NewStreamingJobID ¶
func NewStreamingJobID(subscriptionId string, resourceGroupName string, streamingJobName string) StreamingJobId
NewStreamingJobID returns a new StreamingJobId struct
func ParseStreamingJobID ¶
func ParseStreamingJobID(input string) (*StreamingJobId, error)
ParseStreamingJobID parses 'input' into a StreamingJobId
func ParseStreamingJobIDInsensitively ¶
func ParseStreamingJobIDInsensitively(input string) (*StreamingJobId, error)
ParseStreamingJobIDInsensitively parses 'input' case-insensitively into a StreamingJobId note: this method should only be used for API response data and not user input
func (*StreamingJobId) FromParseResult ¶
func (id *StreamingJobId) FromParseResult(input resourceids.ParseResult) error
func (StreamingJobId) ID ¶
func (id StreamingJobId) ID() string
ID returns the formatted Streaming Job ID
func (StreamingJobId) Segments ¶
func (id StreamingJobId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Streaming Job ID
func (StreamingJobId) String ¶
func (id StreamingJobId) String() string
String returns a human-readable description of this Streaming Job ID
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
IfMatch *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
func (UpdateOperationOptions) ToHeaders ¶ added in v0.20240208.1095436
func (o UpdateOperationOptions) ToHeaders() *client.Headers
func (UpdateOperationOptions) ToOData ¶ added in v0.20240208.1095436
func (o UpdateOperationOptions) ToOData() *odata.Query
func (UpdateOperationOptions) ToQuery ¶ added in v0.20240208.1095436
func (o UpdateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- constants.go
- id_output.go
- id_streamingjob.go
- method_createorreplace.go
- method_delete.go
- method_get.go
- method_listbystreamingjob.go
- method_update.go
- model_avroserialization.go
- model_azuredatalakestoreoutputdatasource.go
- model_azuredatalakestoreoutputdatasourceproperties.go
- model_azurefunctionoutputdatasource.go
- model_azurefunctionoutputdatasourceproperties.go
- model_azuresqldatabasedatasourceproperties.go
- model_azuresqldatabaseoutputdatasource.go
- model_azuresynapsedatasourceproperties.go
- model_azuresynapseoutputdatasource.go
- model_azuretableoutputdatasource.go
- model_azuretableoutputdatasourceproperties.go
- model_bloboutputdatasource.go
- model_bloboutputdatasourceproperties.go
- model_csvserialization.go
- model_csvserializationproperties.go
- model_diagnosticcondition.go
- model_diagnostics.go
- model_documentdboutputdatasource.go
- model_documentdboutputdatasourceproperties.go
- model_errorresponse.go
- model_eventhuboutputdatasource.go
- model_eventhuboutputdatasourceproperties.go
- model_eventhubv2outputdatasource.go
- model_gatewaymessagebusoutputdatasource.go
- model_gatewaymessagebussourceproperties.go
- model_jsonserialization.go
- model_jsonserializationproperties.go
- model_output.go
- model_outputdatasource.go
- model_outputproperties.go
- model_parquetserialization.go
- model_powerbioutputdatasource.go
- model_powerbioutputdatasourceproperties.go
- model_resourceteststatus.go
- model_serialization.go
- model_servicebusqueueoutputdatasource.go
- model_servicebusqueueoutputdatasourceproperties.go
- model_servicebustopicoutputdatasource.go
- model_servicebustopicoutputdatasourceproperties.go
- model_storageaccount.go
- predicates.go
- version.go