Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAlwaysLog() []string + func PossibleValuesForDataMaskingMode() []string + func PossibleValuesForHTTPCorrelationProtocol() []string + func PossibleValuesForOperationNameFormat() []string + func PossibleValuesForSamplingType() []string + func PossibleValuesForVerbosity() []string + func ValidateDiagnosticID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type AlwaysLog string + const AlwaysLogAllErrors + func (s *AlwaysLog) UnmarshalJSON(bytes []byte) error + type BodyDiagnosticSettings struct + Bytes *int64 + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DiagnosticContract + OData *odata.OData + type DataMasking struct + Headers *[]DataMaskingEntity + QueryParams *[]DataMaskingEntity + type DataMaskingEntity struct + Mode *DataMaskingMode + Value *string + type DataMaskingMode string + const DataMaskingModeHide + const DataMaskingModeMask + func (s *DataMaskingMode) UnmarshalJSON(bytes []byte) error + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DiagnosticClient struct + Client *resourcemanager.Client + func NewDiagnosticClientWithBaseURI(sdkApi sdkEnv.Api) (*DiagnosticClient, error) + func (c DiagnosticClient) CreateOrUpdate(ctx context.Context, id DiagnosticId, input DiagnosticContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c DiagnosticClient) Delete(ctx context.Context, id DiagnosticId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c DiagnosticClient) Get(ctx context.Context, id DiagnosticId) (result GetOperationResponse, err error) + func (c DiagnosticClient) GetEntityTag(ctx context.Context, id DiagnosticId) (result GetEntityTagOperationResponse, err error) + func (c DiagnosticClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c DiagnosticClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c DiagnosticClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c DiagnosticClient) Update(ctx context.Context, id DiagnosticId, input DiagnosticContract, ...) (result UpdateOperationResponse, err error) + type DiagnosticContract struct + Id *string + Name *string + Properties *DiagnosticContractProperties + Type *string + type DiagnosticContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p DiagnosticContractOperationPredicate) Matches(input DiagnosticContract) bool + type DiagnosticContractProperties struct + AlwaysLog *AlwaysLog + Backend *PipelineDiagnosticSettings + Frontend *PipelineDiagnosticSettings + HTTPCorrelationProtocol *HTTPCorrelationProtocol + LogClientIP *bool + LoggerId string + Metrics *bool + OperationNameFormat *OperationNameFormat + Sampling *SamplingSettings + Verbosity *Verbosity + type DiagnosticId struct + DiagnosticId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewDiagnosticID(subscriptionId string, resourceGroupName string, serviceName string, ...) DiagnosticId + func ParseDiagnosticID(input string) (*DiagnosticId, error) + func ParseDiagnosticIDInsensitively(input string) (*DiagnosticId, error) + func (id *DiagnosticId) FromParseResult(input resourceids.ParseResult) error + func (id DiagnosticId) ID() string + func (id DiagnosticId) Segments() []resourceids.Segment + func (id DiagnosticId) String() string + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *DiagnosticContract + OData *odata.OData + type HTTPCorrelationProtocol string + const HTTPCorrelationProtocolLegacy + const HTTPCorrelationProtocolNone + const HTTPCorrelationProtocolWThreeC + func (s *HTTPCorrelationProtocol) UnmarshalJSON(bytes []byte) error + type HTTPMessageDiagnostic struct + Body *BodyDiagnosticSettings + DataMasking *DataMasking + Headers *[]string + type ListByServiceCompleteResult struct + Items []DiagnosticContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]DiagnosticContract + OData *odata.OData + type OperationNameFormat string + const OperationNameFormatName + const OperationNameFormatURL + func (s *OperationNameFormat) UnmarshalJSON(bytes []byte) error + type PipelineDiagnosticSettings struct + Request *HTTPMessageDiagnostic + Response *HTTPMessageDiagnostic + type SamplingSettings struct + Percentage *float64 + SamplingType *SamplingType + type SamplingType string + const SamplingTypeFixed + func (s *SamplingType) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *DiagnosticContract + OData *odata.OData + type Verbosity string + const VerbosityError + const VerbosityInformation + const VerbosityVerbose + func (s *Verbosity) UnmarshalJSON(bytes []byte) error