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 ValidateApiDiagnosticID(input interface{}, key string) (warnings []string, errors []error) + func ValidateApiID(input interface{}, key string) (warnings []string, errors []error) + type AlwaysLog string + const AlwaysLogAllErrors + func (s *AlwaysLog) UnmarshalJSON(bytes []byte) error + type ApiDiagnosticClient struct + Client *resourcemanager.Client + func NewApiDiagnosticClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiDiagnosticClient, error) + func (c ApiDiagnosticClient) CreateOrUpdate(ctx context.Context, id ApiDiagnosticId, input DiagnosticContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiDiagnosticClient) Delete(ctx context.Context, id ApiDiagnosticId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiDiagnosticClient) Get(ctx context.Context, id ApiDiagnosticId) (result GetOperationResponse, err error) + func (c ApiDiagnosticClient) GetEntityTag(ctx context.Context, id ApiDiagnosticId) (result GetEntityTagOperationResponse, err error) + func (c ApiDiagnosticClient) ListByService(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c ApiDiagnosticClient) ListByServiceComplete(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c ApiDiagnosticClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c ApiDiagnosticClient) Update(ctx context.Context, id ApiDiagnosticId, input DiagnosticContract, ...) (result UpdateOperationResponse, err error) + type ApiDiagnosticId struct + ApiId string + DiagnosticId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiDiagnosticID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiDiagnosticId + func ParseApiDiagnosticID(input string) (*ApiDiagnosticId, error) + func ParseApiDiagnosticIDInsensitively(input string) (*ApiDiagnosticId, error) + func (id *ApiDiagnosticId) FromParseResult(input resourceids.ParseResult) error + func (id ApiDiagnosticId) ID() string + func (id ApiDiagnosticId) Segments() []resourceids.Segment + func (id ApiDiagnosticId) String() string + type ApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiId + func ParseApiID(input string) (*ApiId, error) + func ParseApiIDInsensitively(input string) (*ApiId, error) + func (id *ApiId) FromParseResult(input resourceids.ParseResult) error + func (id ApiId) ID() string + func (id ApiId) Segments() []resourceids.Segment + func (id ApiId) String() string + 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 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 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 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