Documentation ¶
Index ¶
- func PossibleValuesForCertificateProvisioningState() []string
- func PossibleValuesForCheckNameAvailabilityReason() []string
- func PossibleValuesForEnvironmentProvisioningState() []string
- func PossibleValuesForManagedCertificateDomainControlValidation() []string
- func ValidateCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedEnvironmentDetectorID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- type AppLogsConfiguration
- type Certificate
- type CertificateId
- type CertificateOperationPredicate
- type CertificatePatch
- type CertificateProperties
- type CertificateProvisioningState
- type CertificatesCreateOrUpdateOperationResponse
- type CertificatesDeleteOperationResponse
- type CertificatesGetOperationResponse
- type CertificatesListCompleteResult
- type CertificatesListOperationResponse
- type CertificatesUpdateOperationResponse
- type CheckNameAvailabilityReason
- type CheckNameAvailabilityRequest
- type CheckNameAvailabilityResponse
- type CreateOrUpdateOperationResponse
- type CustomDomainConfiguration
- type DaprConfiguration
- type DeleteOperationResponse
- type DiagnosticDataProviderMetadata
- type DiagnosticDataProviderMetadataPropertyBagInlined
- type DiagnosticDataTableResponseColumn
- type DiagnosticDataTableResponseObject
- type DiagnosticRendering
- type DiagnosticSupportTopic
- type Diagnostics
- type DiagnosticsCollection
- type DiagnosticsDataApiResponse
- type DiagnosticsDefinition
- type DiagnosticsGetRootOperationResponse
- type DiagnosticsProperties
- type DiagnosticsStatus
- type EnvironmentAuthToken
- type EnvironmentAuthTokenProperties
- type EnvironmentProvisioningState
- type GetAuthTokenOperationResponse
- type GetOperationResponse
- type KedaConfiguration
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationResponse
- type ListWorkloadProfileStatesCompleteResult
- type ListWorkloadProfileStatesOperationResponse
- type LogAnalyticsConfiguration
- type ManagedCertificate
- type ManagedCertificateDomainControlValidation
- type ManagedCertificateId
- type ManagedCertificateOperationPredicate
- type ManagedCertificatePatch
- type ManagedCertificateProperties
- type ManagedCertificatesCreateOrUpdateOperationResponse
- type ManagedCertificatesDeleteOperationResponse
- type ManagedCertificatesGetOperationResponse
- type ManagedCertificatesListCompleteResult
- type ManagedCertificatesListOperationResponse
- type ManagedCertificatesUpdateOperationResponse
- type ManagedEnvironment
- type ManagedEnvironmentDetectorId
- func NewManagedEnvironmentDetectorID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, ...) ManagedEnvironmentDetectorId
- func ParseManagedEnvironmentDetectorID(input string) (*ManagedEnvironmentDetectorId, error)
- func ParseManagedEnvironmentDetectorIDInsensitively(input string) (*ManagedEnvironmentDetectorId, error)
- type ManagedEnvironmentDiagnosticsGetDetectorOperationResponse
- type ManagedEnvironmentDiagnosticsListDetectorsOperationResponse
- type ManagedEnvironmentId
- type ManagedEnvironmentOperationPredicate
- type ManagedEnvironmentProperties
- type ManagedEnvironmentsClient
- func (c ManagedEnvironmentsClient) CertificatesCreateOrUpdate(ctx context.Context, id CertificateId, input Certificate) (result CertificatesCreateOrUpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CertificatesDelete(ctx context.Context, id CertificateId) (result CertificatesDeleteOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CertificatesGet(ctx context.Context, id CertificateId) (result CertificatesGetOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CertificatesList(ctx context.Context, id ManagedEnvironmentId) (resp CertificatesListOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (CertificatesListCompleteResult, error)
- func (c ManagedEnvironmentsClient) CertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (resp CertificatesListCompleteResult, err error)
- func (c ManagedEnvironmentsClient) CertificatesUpdate(ctx context.Context, id CertificateId, input CertificatePatch) (result CertificatesUpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CreateOrUpdate(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) error
- func (c ManagedEnvironmentsClient) Delete(ctx context.Context, id ManagedEnvironmentId) (result DeleteOperationResponse, err error)
- func (c ManagedEnvironmentsClient) DeleteThenPoll(ctx context.Context, id ManagedEnvironmentId) error
- func (c ManagedEnvironmentsClient) DiagnosticsGetRoot(ctx context.Context, id ManagedEnvironmentId) (result DiagnosticsGetRootOperationResponse, err error)
- func (c ManagedEnvironmentsClient) Get(ctx context.Context, id ManagedEnvironmentId) (result GetOperationResponse, err error)
- func (c ManagedEnvironmentsClient) GetAuthToken(ctx context.Context, id ManagedEnvironmentId) (result GetAuthTokenOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c ManagedEnvironmentsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupCompleteResult, err error)
- func (c ManagedEnvironmentsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ListBySubscriptionOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c ManagedEnvironmentsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListBySubscriptionCompleteResult, err error)
- func (c ManagedEnvironmentsClient) ListWorkloadProfileStates(ctx context.Context, id ManagedEnvironmentId) (resp ListWorkloadProfileStatesOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesComplete(ctx context.Context, id ManagedEnvironmentId) (ListWorkloadProfileStatesCompleteResult, error)
- func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (resp ListWorkloadProfileStatesCompleteResult, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) (result ManagedCertificatesCreateOrUpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdateThenPoll(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) error
- func (c ManagedEnvironmentsClient) ManagedCertificatesDelete(ctx context.Context, id ManagedCertificateId) (result ManagedCertificatesDeleteOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesGet(ctx context.Context, id ManagedCertificateId) (result ManagedCertificatesGetOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesList(ctx context.Context, id ManagedEnvironmentId) (resp ManagedCertificatesListOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedCertificatesListCompleteResult, error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (resp ManagedCertificatesListCompleteResult, err error)
- func (c ManagedEnvironmentsClient) ManagedCertificatesUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificatePatch) (result ManagedCertificatesUpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsGetDetector(ctx context.Context, id ManagedEnvironmentDetectorId) (result ManagedEnvironmentDiagnosticsGetDetectorOperationResponse, err error)
- func (c ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsListDetectors(ctx context.Context, id ManagedEnvironmentId) (result ManagedEnvironmentDiagnosticsListDetectorsOperationResponse, err error)
- func (c ManagedEnvironmentsClient) NamespacesCheckNameAvailability(ctx context.Context, id ManagedEnvironmentId, ...) (result NamespacesCheckNameAvailabilityOperationResponse, err error)
- func (c ManagedEnvironmentsClient) Update(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) (result UpdateOperationResponse, err error)
- func (c ManagedEnvironmentsClient) UpdateThenPoll(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) error
- type NamespacesCheckNameAvailabilityOperationResponse
- type UpdateOperationResponse
- type VnetConfiguration
- type WorkloadProfile
- type WorkloadProfileStates
- type WorkloadProfileStatesOperationPredicate
- type WorkloadProfileStatesProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCertificateProvisioningState ¶
func PossibleValuesForCertificateProvisioningState() []string
func PossibleValuesForCheckNameAvailabilityReason ¶
func PossibleValuesForCheckNameAvailabilityReason() []string
func PossibleValuesForEnvironmentProvisioningState ¶
func PossibleValuesForEnvironmentProvisioningState() []string
func PossibleValuesForManagedCertificateDomainControlValidation ¶
func PossibleValuesForManagedCertificateDomainControlValidation() []string
func ValidateCertificateID ¶
ValidateCertificateID checks that 'input' can be parsed as a Certificate ID
func ValidateManagedCertificateID ¶
func ValidateManagedCertificateID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedCertificateID checks that 'input' can be parsed as a Managed Certificate ID
func ValidateManagedEnvironmentDetectorID ¶
func ValidateManagedEnvironmentDetectorID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedEnvironmentDetectorID checks that 'input' can be parsed as a Managed Environment Detector ID
func ValidateManagedEnvironmentID ¶
func ValidateManagedEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedEnvironmentID checks that 'input' can be parsed as a Managed Environment ID
Types ¶
type AppLogsConfiguration ¶
type AppLogsConfiguration struct { Destination *string `json:"destination,omitempty"` LogAnalyticsConfiguration *LogAnalyticsConfiguration `json:"logAnalyticsConfiguration,omitempty"` }
type Certificate ¶
type Certificate struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *CertificateProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type CertificateId ¶
type CertificateId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string CertificateName string }
CertificateId is a struct representing the Resource ID for a Certificate
func NewCertificateID ¶
func NewCertificateID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, certificateName string) CertificateId
NewCertificateID returns a new CertificateId struct
func ParseCertificateID ¶
func ParseCertificateID(input string) (*CertificateId, error)
ParseCertificateID parses 'input' into a CertificateId
func ParseCertificateIDInsensitively ¶
func ParseCertificateIDInsensitively(input string) (*CertificateId, error)
ParseCertificateIDInsensitively parses 'input' case-insensitively into a CertificateId note: this method should only be used for API response data and not user input
func (CertificateId) ID ¶
func (id CertificateId) ID() string
ID returns the formatted Certificate ID
func (CertificateId) Segments ¶
func (id CertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Certificate ID
func (CertificateId) String ¶
func (id CertificateId) String() string
String returns a human-readable description of this Certificate ID
type CertificateOperationPredicate ¶
func (CertificateOperationPredicate) Matches ¶
func (p CertificateOperationPredicate) Matches(input Certificate) bool
type CertificatePatch ¶
type CertificateProperties ¶
type CertificateProperties struct { ExpirationDate *string `json:"expirationDate,omitempty"` IssueDate *string `json:"issueDate,omitempty"` Issuer *string `json:"issuer,omitempty"` Password *string `json:"password,omitempty"` ProvisioningState *CertificateProvisioningState `json:"provisioningState,omitempty"` PublicKeyHash *string `json:"publicKeyHash,omitempty"` SubjectAlternativeNames *[]string `json:"subjectAlternativeNames,omitempty"` SubjectName *string `json:"subjectName,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` Valid *bool `json:"valid,omitempty"` Value *string `json:"value,omitempty"` }
func (*CertificateProperties) GetExpirationDateAsTime ¶
func (o *CertificateProperties) GetExpirationDateAsTime() (*time.Time, error)
func (*CertificateProperties) GetIssueDateAsTime ¶
func (o *CertificateProperties) GetIssueDateAsTime() (*time.Time, error)
func (*CertificateProperties) SetExpirationDateAsTime ¶
func (o *CertificateProperties) SetExpirationDateAsTime(input time.Time)
func (*CertificateProperties) SetIssueDateAsTime ¶
func (o *CertificateProperties) SetIssueDateAsTime(input time.Time)
type CertificateProvisioningState ¶
type CertificateProvisioningState string
const ( CertificateProvisioningStateCanceled CertificateProvisioningState = "Canceled" CertificateProvisioningStateDeleteFailed CertificateProvisioningState = "DeleteFailed" CertificateProvisioningStateFailed CertificateProvisioningState = "Failed" CertificateProvisioningStatePending CertificateProvisioningState = "Pending" CertificateProvisioningStateSucceeded CertificateProvisioningState = "Succeeded" )
type CertificatesCreateOrUpdateOperationResponse ¶
type CertificatesCreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *Certificate }
type CertificatesGetOperationResponse ¶
type CertificatesGetOperationResponse struct { HttpResponse *http.Response Model *Certificate }
type CertificatesListCompleteResult ¶
type CertificatesListCompleteResult struct {
Items []Certificate
}
type CertificatesListOperationResponse ¶
type CertificatesListOperationResponse struct { HttpResponse *http.Response Model *[]Certificate // contains filtered or unexported fields }
func (CertificatesListOperationResponse) HasMore ¶
func (r CertificatesListOperationResponse) HasMore() bool
func (CertificatesListOperationResponse) LoadMore ¶
func (r CertificatesListOperationResponse) LoadMore(ctx context.Context) (resp CertificatesListOperationResponse, err error)
type CertificatesUpdateOperationResponse ¶
type CertificatesUpdateOperationResponse struct { HttpResponse *http.Response Model *Certificate }
type CheckNameAvailabilityReason ¶
type CheckNameAvailabilityReason string
const ( CheckNameAvailabilityReasonAlreadyExists CheckNameAvailabilityReason = "AlreadyExists" CheckNameAvailabilityReasonInvalid CheckNameAvailabilityReason = "Invalid" )
type CheckNameAvailabilityResponse ¶
type CheckNameAvailabilityResponse struct { Message *string `json:"message,omitempty"` NameAvailable *bool `json:"nameAvailable,omitempty"` Reason *CheckNameAvailabilityReason `json:"reason,omitempty"` }
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type CustomDomainConfiguration ¶
type CustomDomainConfiguration struct { CertificatePassword *string `json:"certificatePassword,omitempty"` CertificateValue *string `json:"certificateValue,omitempty"` CustomDomainVerificationId *string `json:"customDomainVerificationId,omitempty"` DnsSuffix *string `json:"dnsSuffix,omitempty"` ExpirationDate *string `json:"expirationDate,omitempty"` SubjectName *string `json:"subjectName,omitempty"` Thumbprint *string `json:"thumbprint,omitempty"` }
func (*CustomDomainConfiguration) GetExpirationDateAsTime ¶
func (o *CustomDomainConfiguration) GetExpirationDateAsTime() (*time.Time, error)
func (*CustomDomainConfiguration) SetExpirationDateAsTime ¶
func (o *CustomDomainConfiguration) SetExpirationDateAsTime(input time.Time)
type DaprConfiguration ¶
type DaprConfiguration struct {
Version *string `json:"version,omitempty"`
}
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DiagnosticDataProviderMetadata ¶
type DiagnosticDataProviderMetadata struct { PropertyBag *[]DiagnosticDataProviderMetadataPropertyBagInlined `json:"propertyBag,omitempty"` ProviderName *string `json:"providerName,omitempty"` }
type DiagnosticDataTableResponseObject ¶
type DiagnosticDataTableResponseObject struct { Columns *[]DiagnosticDataTableResponseColumn `json:"columns,omitempty"` Rows *[]interface{} `json:"rows,omitempty"` TableName *string `json:"tableName,omitempty"` }
type DiagnosticRendering ¶
type DiagnosticSupportTopic ¶
type Diagnostics ¶
type Diagnostics struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *DiagnosticsProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type DiagnosticsCollection ¶
type DiagnosticsCollection struct { NextLink *string `json:"nextLink,omitempty"` Value []Diagnostics `json:"value"` }
type DiagnosticsDataApiResponse ¶
type DiagnosticsDataApiResponse struct { RenderingProperties *DiagnosticRendering `json:"renderingProperties,omitempty"` Table *DiagnosticDataTableResponseObject `json:"table,omitempty"` }
type DiagnosticsDefinition ¶
type DiagnosticsDefinition struct { AnalysisTypes *[]string `json:"analysisTypes,omitempty"` Author *string `json:"author,omitempty"` Category *string `json:"category,omitempty"` Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Score *float64 `json:"score,omitempty"` SupportTopicList *[]DiagnosticSupportTopic `json:"supportTopicList,omitempty"` Type *string `json:"type,omitempty"` }
type DiagnosticsGetRootOperationResponse ¶
type DiagnosticsGetRootOperationResponse struct { HttpResponse *http.Response Model *ManagedEnvironment }
type DiagnosticsProperties ¶
type DiagnosticsProperties struct { DataProviderMetadata *DiagnosticDataProviderMetadata `json:"dataProviderMetadata,omitempty"` Dataset *[]DiagnosticsDataApiResponse `json:"dataset,omitempty"` Metadata *DiagnosticsDefinition `json:"metadata,omitempty"` Status *DiagnosticsStatus `json:"status,omitempty"` }
type DiagnosticsStatus ¶
type EnvironmentAuthToken ¶
type EnvironmentAuthToken struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *EnvironmentAuthTokenProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type EnvironmentAuthTokenProperties ¶
type EnvironmentAuthTokenProperties struct { Expires *string `json:"expires,omitempty"` Token *string `json:"token,omitempty"` }
func (*EnvironmentAuthTokenProperties) GetExpiresAsTime ¶
func (o *EnvironmentAuthTokenProperties) GetExpiresAsTime() (*time.Time, error)
func (*EnvironmentAuthTokenProperties) SetExpiresAsTime ¶
func (o *EnvironmentAuthTokenProperties) SetExpiresAsTime(input time.Time)
type EnvironmentProvisioningState ¶
type EnvironmentProvisioningState string
const ( EnvironmentProvisioningStateCanceled EnvironmentProvisioningState = "Canceled" EnvironmentProvisioningStateFailed EnvironmentProvisioningState = "Failed" EnvironmentProvisioningStateInfrastructureSetupComplete EnvironmentProvisioningState = "InfrastructureSetupComplete" EnvironmentProvisioningStateInfrastructureSetupInProgress EnvironmentProvisioningState = "InfrastructureSetupInProgress" EnvironmentProvisioningStateInitializationInProgress EnvironmentProvisioningState = "InitializationInProgress" EnvironmentProvisioningStateScheduledForDelete EnvironmentProvisioningState = "ScheduledForDelete" EnvironmentProvisioningStateSucceeded EnvironmentProvisioningState = "Succeeded" EnvironmentProvisioningStateUpgradeFailed EnvironmentProvisioningState = "UpgradeFailed" EnvironmentProvisioningStateUpgradeRequested EnvironmentProvisioningState = "UpgradeRequested" EnvironmentProvisioningStateWaiting EnvironmentProvisioningState = "Waiting" )
type GetAuthTokenOperationResponse ¶
type GetAuthTokenOperationResponse struct { HttpResponse *http.Response Model *EnvironmentAuthToken }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ManagedEnvironment }
type KedaConfiguration ¶
type KedaConfiguration struct {
Version *string `json:"version,omitempty"`
}
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []ManagedEnvironment
}
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]ManagedEnvironment // contains filtered or unexported fields }
func (ListByResourceGroupOperationResponse) HasMore ¶
func (r ListByResourceGroupOperationResponse) HasMore() bool
func (ListByResourceGroupOperationResponse) LoadMore ¶
func (r ListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupOperationResponse, err error)
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []ManagedEnvironment
}
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]ManagedEnvironment // contains filtered or unexported fields }
func (ListBySubscriptionOperationResponse) HasMore ¶
func (r ListBySubscriptionOperationResponse) HasMore() bool
func (ListBySubscriptionOperationResponse) LoadMore ¶
func (r ListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp ListBySubscriptionOperationResponse, err error)
type ListWorkloadProfileStatesCompleteResult ¶
type ListWorkloadProfileStatesCompleteResult struct {
Items []WorkloadProfileStates
}
type ListWorkloadProfileStatesOperationResponse ¶
type ListWorkloadProfileStatesOperationResponse struct { HttpResponse *http.Response Model *[]WorkloadProfileStates // contains filtered or unexported fields }
func (ListWorkloadProfileStatesOperationResponse) HasMore ¶
func (r ListWorkloadProfileStatesOperationResponse) HasMore() bool
func (ListWorkloadProfileStatesOperationResponse) LoadMore ¶
func (r ListWorkloadProfileStatesOperationResponse) LoadMore(ctx context.Context) (resp ListWorkloadProfileStatesOperationResponse, err error)
type LogAnalyticsConfiguration ¶
type LogAnalyticsConfiguration struct { CustomerId *string `json:"customerId,omitempty"` }
type ManagedCertificate ¶
type ManagedCertificate struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ManagedCertificateProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedCertificateDomainControlValidation ¶
type ManagedCertificateDomainControlValidation string
const ( ManagedCertificateDomainControlValidationCNAME ManagedCertificateDomainControlValidation = "CNAME" ManagedCertificateDomainControlValidationHTTP ManagedCertificateDomainControlValidation = "HTTP" ManagedCertificateDomainControlValidationTXT ManagedCertificateDomainControlValidation = "TXT" )
type ManagedCertificateId ¶
type ManagedCertificateId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string ManagedCertificateName string }
ManagedCertificateId is a struct representing the Resource ID for a Managed Certificate
func NewManagedCertificateID ¶
func NewManagedCertificateID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, managedCertificateName string) ManagedCertificateId
NewManagedCertificateID returns a new ManagedCertificateId struct
func ParseManagedCertificateID ¶
func ParseManagedCertificateID(input string) (*ManagedCertificateId, error)
ParseManagedCertificateID parses 'input' into a ManagedCertificateId
func ParseManagedCertificateIDInsensitively ¶
func ParseManagedCertificateIDInsensitively(input string) (*ManagedCertificateId, error)
ParseManagedCertificateIDInsensitively parses 'input' case-insensitively into a ManagedCertificateId note: this method should only be used for API response data and not user input
func (ManagedCertificateId) ID ¶
func (id ManagedCertificateId) ID() string
ID returns the formatted Managed Certificate ID
func (ManagedCertificateId) Segments ¶
func (id ManagedCertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Certificate ID
func (ManagedCertificateId) String ¶
func (id ManagedCertificateId) String() string
String returns a human-readable description of this Managed Certificate ID
type ManagedCertificateOperationPredicate ¶
type ManagedCertificateOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (ManagedCertificateOperationPredicate) Matches ¶
func (p ManagedCertificateOperationPredicate) Matches(input ManagedCertificate) bool
type ManagedCertificatePatch ¶
type ManagedCertificateProperties ¶
type ManagedCertificateProperties struct { DomainControlValidation *ManagedCertificateDomainControlValidation `json:"domainControlValidation,omitempty"` Error *string `json:"error,omitempty"` ProvisioningState *CertificateProvisioningState `json:"provisioningState,omitempty"` SubjectName *string `json:"subjectName,omitempty"` ValidationToken *string `json:"validationToken,omitempty"` }
type ManagedCertificatesCreateOrUpdateOperationResponse ¶
type ManagedCertificatesCreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ManagedCertificatesGetOperationResponse ¶
type ManagedCertificatesGetOperationResponse struct { HttpResponse *http.Response Model *ManagedCertificate }
type ManagedCertificatesListCompleteResult ¶
type ManagedCertificatesListCompleteResult struct {
Items []ManagedCertificate
}
type ManagedCertificatesListOperationResponse ¶
type ManagedCertificatesListOperationResponse struct { HttpResponse *http.Response Model *[]ManagedCertificate // contains filtered or unexported fields }
func (ManagedCertificatesListOperationResponse) HasMore ¶
func (r ManagedCertificatesListOperationResponse) HasMore() bool
func (ManagedCertificatesListOperationResponse) LoadMore ¶
func (r ManagedCertificatesListOperationResponse) LoadMore(ctx context.Context) (resp ManagedCertificatesListOperationResponse, err error)
type ManagedCertificatesUpdateOperationResponse ¶
type ManagedCertificatesUpdateOperationResponse struct { HttpResponse *http.Response Model *ManagedCertificate }
type ManagedEnvironment ¶
type ManagedEnvironment struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ManagedEnvironmentProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedEnvironmentDetectorId ¶
type ManagedEnvironmentDetectorId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string DetectorName string }
ManagedEnvironmentDetectorId is a struct representing the Resource ID for a Managed Environment Detector
func NewManagedEnvironmentDetectorID ¶
func NewManagedEnvironmentDetectorID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, detectorName string) ManagedEnvironmentDetectorId
NewManagedEnvironmentDetectorID returns a new ManagedEnvironmentDetectorId struct
func ParseManagedEnvironmentDetectorID ¶
func ParseManagedEnvironmentDetectorID(input string) (*ManagedEnvironmentDetectorId, error)
ParseManagedEnvironmentDetectorID parses 'input' into a ManagedEnvironmentDetectorId
func ParseManagedEnvironmentDetectorIDInsensitively ¶
func ParseManagedEnvironmentDetectorIDInsensitively(input string) (*ManagedEnvironmentDetectorId, error)
ParseManagedEnvironmentDetectorIDInsensitively parses 'input' case-insensitively into a ManagedEnvironmentDetectorId note: this method should only be used for API response data and not user input
func (ManagedEnvironmentDetectorId) ID ¶
func (id ManagedEnvironmentDetectorId) ID() string
ID returns the formatted Managed Environment Detector ID
func (ManagedEnvironmentDetectorId) Segments ¶
func (id ManagedEnvironmentDetectorId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Environment Detector ID
func (ManagedEnvironmentDetectorId) String ¶
func (id ManagedEnvironmentDetectorId) String() string
String returns a human-readable description of this Managed Environment Detector ID
type ManagedEnvironmentDiagnosticsGetDetectorOperationResponse ¶
type ManagedEnvironmentDiagnosticsGetDetectorOperationResponse struct { HttpResponse *http.Response Model *Diagnostics }
type ManagedEnvironmentDiagnosticsListDetectorsOperationResponse ¶
type ManagedEnvironmentDiagnosticsListDetectorsOperationResponse struct { HttpResponse *http.Response Model *DiagnosticsCollection }
type ManagedEnvironmentId ¶
type ManagedEnvironmentId struct { SubscriptionId string ResourceGroupName string ManagedEnvironmentName string }
ManagedEnvironmentId is a struct representing the Resource ID for a Managed Environment
func NewManagedEnvironmentID ¶
func NewManagedEnvironmentID(subscriptionId string, resourceGroupName string, managedEnvironmentName string) ManagedEnvironmentId
NewManagedEnvironmentID returns a new ManagedEnvironmentId struct
func ParseManagedEnvironmentID ¶
func ParseManagedEnvironmentID(input string) (*ManagedEnvironmentId, error)
ParseManagedEnvironmentID parses 'input' into a ManagedEnvironmentId
func ParseManagedEnvironmentIDInsensitively ¶
func ParseManagedEnvironmentIDInsensitively(input string) (*ManagedEnvironmentId, error)
ParseManagedEnvironmentIDInsensitively parses 'input' case-insensitively into a ManagedEnvironmentId note: this method should only be used for API response data and not user input
func (ManagedEnvironmentId) ID ¶
func (id ManagedEnvironmentId) ID() string
ID returns the formatted Managed Environment ID
func (ManagedEnvironmentId) Segments ¶
func (id ManagedEnvironmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Environment ID
func (ManagedEnvironmentId) String ¶
func (id ManagedEnvironmentId) String() string
String returns a human-readable description of this Managed Environment ID
type ManagedEnvironmentOperationPredicate ¶
type ManagedEnvironmentOperationPredicate struct { Id *string Kind *string Location *string Name *string Type *string }
func (ManagedEnvironmentOperationPredicate) Matches ¶
func (p ManagedEnvironmentOperationPredicate) Matches(input ManagedEnvironment) bool
type ManagedEnvironmentProperties ¶
type ManagedEnvironmentProperties struct { AppLogsConfiguration *AppLogsConfiguration `json:"appLogsConfiguration,omitempty"` CustomDomainConfiguration *CustomDomainConfiguration `json:"customDomainConfiguration,omitempty"` DaprAIConnectionString *string `json:"daprAIConnectionString,omitempty"` DaprAIInstrumentationKey *string `json:"daprAIInstrumentationKey,omitempty"` DaprConfiguration *DaprConfiguration `json:"daprConfiguration,omitempty"` DefaultDomain *string `json:"defaultDomain,omitempty"` DeploymentErrors *string `json:"deploymentErrors,omitempty"` EventStreamEndpoint *string `json:"eventStreamEndpoint,omitempty"` InfrastructureResourceGroup *string `json:"infrastructureResourceGroup,omitempty"` KedaConfiguration *KedaConfiguration `json:"kedaConfiguration,omitempty"` ProvisioningState *EnvironmentProvisioningState `json:"provisioningState,omitempty"` StaticIP *string `json:"staticIp,omitempty"` VnetConfiguration *VnetConfiguration `json:"vnetConfiguration,omitempty"` WorkloadProfiles *[]WorkloadProfile `json:"workloadProfiles,omitempty"` ZoneRedundant *bool `json:"zoneRedundant,omitempty"` }
type ManagedEnvironmentsClient ¶
type ManagedEnvironmentsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedEnvironmentsClientWithBaseURI ¶
func NewManagedEnvironmentsClientWithBaseURI(endpoint string) ManagedEnvironmentsClient
func (ManagedEnvironmentsClient) CertificatesCreateOrUpdate ¶
func (c ManagedEnvironmentsClient) CertificatesCreateOrUpdate(ctx context.Context, id CertificateId, input Certificate) (result CertificatesCreateOrUpdateOperationResponse, err error)
CertificatesCreateOrUpdate ...
func (ManagedEnvironmentsClient) CertificatesDelete ¶
func (c ManagedEnvironmentsClient) CertificatesDelete(ctx context.Context, id CertificateId) (result CertificatesDeleteOperationResponse, err error)
CertificatesDelete ...
func (ManagedEnvironmentsClient) CertificatesGet ¶
func (c ManagedEnvironmentsClient) CertificatesGet(ctx context.Context, id CertificateId) (result CertificatesGetOperationResponse, err error)
CertificatesGet ...
func (ManagedEnvironmentsClient) CertificatesList ¶
func (c ManagedEnvironmentsClient) CertificatesList(ctx context.Context, id ManagedEnvironmentId) (resp CertificatesListOperationResponse, err error)
CertificatesList ...
func (ManagedEnvironmentsClient) CertificatesListComplete ¶
func (c ManagedEnvironmentsClient) CertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (CertificatesListCompleteResult, error)
CertificatesListComplete retrieves all of the results into a single object
func (ManagedEnvironmentsClient) CertificatesListCompleteMatchingPredicate ¶
func (c ManagedEnvironmentsClient) CertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, predicate CertificateOperationPredicate) (resp CertificatesListCompleteResult, err error)
CertificatesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedEnvironmentsClient) CertificatesUpdate ¶
func (c ManagedEnvironmentsClient) CertificatesUpdate(ctx context.Context, id CertificateId, input CertificatePatch) (result CertificatesUpdateOperationResponse, err error)
CertificatesUpdate ...
func (ManagedEnvironmentsClient) CreateOrUpdate ¶
func (c ManagedEnvironmentsClient) CreateOrUpdate(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedEnvironmentsClient) CreateOrUpdateThenPoll ¶
func (c ManagedEnvironmentsClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedEnvironmentsClient) Delete ¶
func (c ManagedEnvironmentsClient) Delete(ctx context.Context, id ManagedEnvironmentId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedEnvironmentsClient) DeleteThenPoll ¶
func (c ManagedEnvironmentsClient) DeleteThenPoll(ctx context.Context, id ManagedEnvironmentId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ManagedEnvironmentsClient) DiagnosticsGetRoot ¶
func (c ManagedEnvironmentsClient) DiagnosticsGetRoot(ctx context.Context, id ManagedEnvironmentId) (result DiagnosticsGetRootOperationResponse, err error)
DiagnosticsGetRoot ...
func (ManagedEnvironmentsClient) Get ¶
func (c ManagedEnvironmentsClient) Get(ctx context.Context, id ManagedEnvironmentId) (result GetOperationResponse, err error)
Get ...
func (ManagedEnvironmentsClient) GetAuthToken ¶
func (c ManagedEnvironmentsClient) GetAuthToken(ctx context.Context, id ManagedEnvironmentId) (result GetAuthTokenOperationResponse, err error)
GetAuthToken ...
func (ManagedEnvironmentsClient) ListByResourceGroup ¶
func (c ManagedEnvironmentsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ManagedEnvironmentsClient) ListByResourceGroupComplete ¶
func (c ManagedEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all of the results into a single object
func (ManagedEnvironmentsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ManagedEnvironmentsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ManagedEnvironmentOperationPredicate) (resp ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedEnvironmentsClient) ListBySubscription ¶
func (c ManagedEnvironmentsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ManagedEnvironmentsClient) ListBySubscriptionComplete ¶
func (c ManagedEnvironmentsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all of the results into a single object
func (ManagedEnvironmentsClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c ManagedEnvironmentsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ManagedEnvironmentOperationPredicate) (resp ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedEnvironmentsClient) ListWorkloadProfileStates ¶
func (c ManagedEnvironmentsClient) ListWorkloadProfileStates(ctx context.Context, id ManagedEnvironmentId) (resp ListWorkloadProfileStatesOperationResponse, err error)
ListWorkloadProfileStates ...
func (ManagedEnvironmentsClient) ListWorkloadProfileStatesComplete ¶
func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesComplete(ctx context.Context, id ManagedEnvironmentId) (ListWorkloadProfileStatesCompleteResult, error)
ListWorkloadProfileStatesComplete retrieves all of the results into a single object
func (ManagedEnvironmentsClient) ListWorkloadProfileStatesCompleteMatchingPredicate ¶
func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, predicate WorkloadProfileStatesOperationPredicate) (resp ListWorkloadProfileStatesCompleteResult, err error)
ListWorkloadProfileStatesCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdate ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) (result ManagedCertificatesCreateOrUpdateOperationResponse, err error)
ManagedCertificatesCreateOrUpdate ...
func (ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdateThenPoll ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesCreateOrUpdateThenPoll(ctx context.Context, id ManagedCertificateId, input ManagedCertificate) error
ManagedCertificatesCreateOrUpdateThenPoll performs ManagedCertificatesCreateOrUpdate then polls until it's completed
func (ManagedEnvironmentsClient) ManagedCertificatesDelete ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesDelete(ctx context.Context, id ManagedCertificateId) (result ManagedCertificatesDeleteOperationResponse, err error)
ManagedCertificatesDelete ...
func (ManagedEnvironmentsClient) ManagedCertificatesGet ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesGet(ctx context.Context, id ManagedCertificateId) (result ManagedCertificatesGetOperationResponse, err error)
ManagedCertificatesGet ...
func (ManagedEnvironmentsClient) ManagedCertificatesList ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesList(ctx context.Context, id ManagedEnvironmentId) (resp ManagedCertificatesListOperationResponse, err error)
ManagedCertificatesList ...
func (ManagedEnvironmentsClient) ManagedCertificatesListComplete ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedCertificatesListCompleteResult, error)
ManagedCertificatesListComplete retrieves all of the results into a single object
func (ManagedEnvironmentsClient) ManagedCertificatesListCompleteMatchingPredicate ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, predicate ManagedCertificateOperationPredicate) (resp ManagedCertificatesListCompleteResult, err error)
ManagedCertificatesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedEnvironmentsClient) ManagedCertificatesUpdate ¶
func (c ManagedEnvironmentsClient) ManagedCertificatesUpdate(ctx context.Context, id ManagedCertificateId, input ManagedCertificatePatch) (result ManagedCertificatesUpdateOperationResponse, err error)
ManagedCertificatesUpdate ...
func (ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsGetDetector ¶
func (c ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsGetDetector(ctx context.Context, id ManagedEnvironmentDetectorId) (result ManagedEnvironmentDiagnosticsGetDetectorOperationResponse, err error)
ManagedEnvironmentDiagnosticsGetDetector ...
func (ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsListDetectors ¶
func (c ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsListDetectors(ctx context.Context, id ManagedEnvironmentId) (result ManagedEnvironmentDiagnosticsListDetectorsOperationResponse, err error)
ManagedEnvironmentDiagnosticsListDetectors ...
func (ManagedEnvironmentsClient) NamespacesCheckNameAvailability ¶
func (c ManagedEnvironmentsClient) NamespacesCheckNameAvailability(ctx context.Context, id ManagedEnvironmentId, input CheckNameAvailabilityRequest) (result NamespacesCheckNameAvailabilityOperationResponse, err error)
NamespacesCheckNameAvailability ...
func (ManagedEnvironmentsClient) Update ¶
func (c ManagedEnvironmentsClient) Update(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) (result UpdateOperationResponse, err error)
Update ...
func (ManagedEnvironmentsClient) UpdateThenPoll ¶
func (c ManagedEnvironmentsClient) UpdateThenPoll(ctx context.Context, id ManagedEnvironmentId, input ManagedEnvironment) error
UpdateThenPoll performs Update then polls until it's completed
type NamespacesCheckNameAvailabilityOperationResponse ¶
type NamespacesCheckNameAvailabilityOperationResponse struct { HttpResponse *http.Response Model *CheckNameAvailabilityResponse }
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type VnetConfiguration ¶
type VnetConfiguration struct { DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"` InfrastructureSubnetId *string `json:"infrastructureSubnetId,omitempty"` Internal *bool `json:"internal,omitempty"` PlatformReservedCidr *string `json:"platformReservedCidr,omitempty"` PlatformReservedDnsIP *string `json:"platformReservedDnsIP,omitempty"` }
type WorkloadProfile ¶
type WorkloadProfileStates ¶
type WorkloadProfileStates struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *WorkloadProfileStatesProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type WorkloadProfileStatesOperationPredicate ¶
func (WorkloadProfileStatesOperationPredicate) Matches ¶
func (p WorkloadProfileStatesOperationPredicate) Matches(input WorkloadProfileStates) bool
Source Files ¶
- client.go
- constants.go
- id_certificate.go
- id_managedcertificate.go
- id_managedenvironment.go
- id_managedenvironmentdetector.go
- method_certificatescreateorupdate_autorest.go
- method_certificatesdelete_autorest.go
- method_certificatesget_autorest.go
- method_certificateslist_autorest.go
- method_certificatesupdate_autorest.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_diagnosticsgetroot_autorest.go
- method_get_autorest.go
- method_getauthtoken_autorest.go
- method_listbyresourcegroup_autorest.go
- method_listbysubscription_autorest.go
- method_listworkloadprofilestates_autorest.go
- method_managedcertificatescreateorupdate_autorest.go
- method_managedcertificatesdelete_autorest.go
- method_managedcertificatesget_autorest.go
- method_managedcertificateslist_autorest.go
- method_managedcertificatesupdate_autorest.go
- method_managedenvironmentdiagnosticsgetdetector_autorest.go
- method_managedenvironmentdiagnosticslistdetectors_autorest.go
- method_namespaceschecknameavailability_autorest.go
- method_update_autorest.go
- model_applogsconfiguration.go
- model_certificate.go
- model_certificatepatch.go
- model_certificateproperties.go
- model_checknameavailabilityrequest.go
- model_checknameavailabilityresponse.go
- model_customdomainconfiguration.go
- model_daprconfiguration.go
- model_diagnosticdataprovidermetadata.go
- model_diagnosticdataprovidermetadatapropertybaginlined.go
- model_diagnosticdatatableresponsecolumn.go
- model_diagnosticdatatableresponseobject.go
- model_diagnosticrendering.go
- model_diagnostics.go
- model_diagnosticscollection.go
- model_diagnosticsdataapiresponse.go
- model_diagnosticsdefinition.go
- model_diagnosticsproperties.go
- model_diagnosticsstatus.go
- model_diagnosticsupporttopic.go
- model_environmentauthtoken.go
- model_environmentauthtokenproperties.go
- model_kedaconfiguration.go
- model_loganalyticsconfiguration.go
- model_managedcertificate.go
- model_managedcertificatepatch.go
- model_managedcertificateproperties.go
- model_managedenvironment.go
- model_managedenvironmentproperties.go
- model_vnetconfiguration.go
- model_workloadprofile.go
- model_workloadprofilestates.go
- model_workloadprofilestatesproperties.go
- predicates.go
- version.go