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 PossibleValuesForCertificateProvisioningState() []string + func PossibleValuesForCertificateType() []string + func PossibleValuesForCheckNameAvailabilityReason() []string + func PossibleValuesForEnvironmentProvisioningState() []string + func PossibleValuesForManagedCertificateDomainControlValidation() []string + func PossibleValuesForPrivateEndpointConnectionProvisioningState() []string + func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string + func PossibleValuesForPublicNetworkAccess() []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) + func ValidatePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + type AppInsightsConfiguration struct + ConnectionString *string + type AppLogsConfiguration struct + Destination *string + LogAnalyticsConfiguration *LogAnalyticsConfiguration + type Certificate struct + Id *string + Location string + Name *string + Properties *CertificateProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type CertificateId struct + CertificateName string + ManagedEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewCertificateID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, ...) CertificateId + func ParseCertificateID(input string) (*CertificateId, error) + func ParseCertificateIDInsensitively(input string) (*CertificateId, error) + func (id *CertificateId) FromParseResult(input resourceids.ParseResult) error + func (id CertificateId) ID() string + func (id CertificateId) Segments() []resourceids.Segment + func (id CertificateId) String() string + type CertificateKeyVaultProperties struct + Identity *string + KeyVaultURL *string + type CertificateOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p CertificateOperationPredicate) Matches(input Certificate) bool + type CertificatePatch struct + Tags *map[string]string + type CertificateProperties struct + CertificateKeyVaultProperties *CertificateKeyVaultProperties + CertificateType *CertificateType + ExpirationDate *string + IssueDate *string + Issuer *string + Password *string + ProvisioningState *CertificateProvisioningState + PublicKeyHash *string + SubjectAlternativeNames *[]string + SubjectName *string + Thumbprint *string + Valid *bool + Value *string + func (o *CertificateProperties) GetExpirationDateAsTime() (*time.Time, error) + func (o *CertificateProperties) GetIssueDateAsTime() (*time.Time, error) + func (o *CertificateProperties) SetExpirationDateAsTime(input time.Time) + func (o *CertificateProperties) SetIssueDateAsTime(input time.Time) + type CertificateProvisioningState string + const CertificateProvisioningStateCanceled + const CertificateProvisioningStateDeleteFailed + const CertificateProvisioningStateFailed + const CertificateProvisioningStatePending + const CertificateProvisioningStateSucceeded + func (s *CertificateProvisioningState) UnmarshalJSON(bytes []byte) error + type CertificateType string + const CertificateTypeImagePullTrustedCA + const CertificateTypeServerSSLCertificate + func (s *CertificateType) UnmarshalJSON(bytes []byte) error + type CertificatesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Certificate + OData *odata.OData + type CertificatesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CertificatesGetOperationResponse struct + HttpResponse *http.Response + Model *Certificate + OData *odata.OData + type CertificatesListCompleteResult struct + Items []Certificate + LatestHttpResponse *http.Response + type CertificatesListCustomPager struct + NextLink *odata.Link + func (p *CertificatesListCustomPager) NextPageLink() *odata.Link + type CertificatesListOperationResponse struct + HttpResponse *http.Response + Model *[]Certificate + OData *odata.OData + type CertificatesUpdateOperationResponse struct + HttpResponse *http.Response + Model *Certificate + OData *odata.OData + type CheckNameAvailabilityReason string + const CheckNameAvailabilityReasonAlreadyExists + const CheckNameAvailabilityReasonInvalid + func (s *CheckNameAvailabilityReason) UnmarshalJSON(bytes []byte) error + type CheckNameAvailabilityRequest struct + Name *string + Type *string + type CheckNameAvailabilityResponse struct + Message *string + NameAvailable *bool + Reason *CheckNameAvailabilityReason + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ManagedEnvironment + OData *odata.OData + Poller pollers.Poller + type CustomDomainConfiguration struct + CertificateKeyVaultProperties *CertificateKeyVaultProperties + CertificatePassword *string + CertificateValue *string + CustomDomainVerificationId *string + DnsSuffix *string + ExpirationDate *string + SubjectName *string + Thumbprint *string + func (o *CustomDomainConfiguration) GetExpirationDateAsTime() (*time.Time, error) + func (o *CustomDomainConfiguration) SetExpirationDateAsTime(input time.Time) + type DaprConfiguration struct + Version *string + type DataDogConfiguration struct + Key *string + Site *string + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DestinationsConfiguration struct + DataDogConfiguration *DataDogConfiguration + OtlpConfigurations *[]OtlpConfiguration + type DiagnosticDataProviderMetadata struct + PropertyBag *[]DiagnosticDataProviderMetadataPropertyBagInlined + ProviderName *string + type DiagnosticDataProviderMetadataPropertyBagInlined struct + Name *string + Value *string + type DiagnosticDataTableResponseColumn struct + ColumnName *string + ColumnType *string + DataType *string + type DiagnosticDataTableResponseObject struct + Columns *[]DiagnosticDataTableResponseColumn + Rows *[]interface{} + TableName *string + type DiagnosticRendering struct + Description *string + IsVisible *bool + Title *string + Type *int64 + type DiagnosticSupportTopic struct + Id *string + PesId *string + type Diagnostics struct + Id *string + Name *string + Properties *DiagnosticsProperties + SystemData *systemdata.SystemData + Type *string + type DiagnosticsDataApiResponse struct + RenderingProperties *DiagnosticRendering + Table *DiagnosticDataTableResponseObject + type DiagnosticsDefinition struct + AnalysisTypes *[]string + Author *string + Category *string + Description *string + Id *string + Name *string + Score *float64 + SupportTopicList *[]DiagnosticSupportTopic + Type *string + type DiagnosticsGetRootOperationResponse struct + HttpResponse *http.Response + Model *ManagedEnvironment + OData *odata.OData + type DiagnosticsOperationPredicate struct + Id *string + Name *string + Type *string + func (p DiagnosticsOperationPredicate) Matches(input Diagnostics) bool + type DiagnosticsProperties struct + DataProviderMetadata *DiagnosticDataProviderMetadata + Dataset *[]DiagnosticsDataApiResponse + Metadata *DiagnosticsDefinition + Status *DiagnosticsStatus + type DiagnosticsStatus struct + Message *string + StatusId *int64 + type EnvironmentAuthToken struct + Id *string + Location string + Name *string + Properties *EnvironmentAuthTokenProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type EnvironmentAuthTokenProperties struct + Expires *string + Token *string + func (o *EnvironmentAuthTokenProperties) GetExpiresAsTime() (*time.Time, error) + func (o *EnvironmentAuthTokenProperties) SetExpiresAsTime(input time.Time) + type EnvironmentProvisioningState string + const EnvironmentProvisioningStateCanceled + const EnvironmentProvisioningStateFailed + const EnvironmentProvisioningStateInfrastructureSetupComplete + const EnvironmentProvisioningStateInfrastructureSetupInProgress + const EnvironmentProvisioningStateInitializationInProgress + const EnvironmentProvisioningStateScheduledForDelete + const EnvironmentProvisioningStateSucceeded + const EnvironmentProvisioningStateUpgradeFailed + const EnvironmentProvisioningStateUpgradeRequested + const EnvironmentProvisioningStateWaiting + func (s *EnvironmentProvisioningState) UnmarshalJSON(bytes []byte) error + type GetAuthTokenOperationResponse struct + HttpResponse *http.Response + Model *EnvironmentAuthToken + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ManagedEnvironment + OData *odata.OData + type Header struct + Key *string + Value *string + type KedaConfiguration struct + Version *string + type ListByResourceGroupCompleteResult struct + Items []ManagedEnvironment + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedEnvironment + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []ManagedEnvironment + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedEnvironment + OData *odata.OData + type ListWorkloadProfileStatesCompleteResult struct + Items []WorkloadProfileStates + LatestHttpResponse *http.Response + type ListWorkloadProfileStatesCustomPager struct + NextLink *odata.Link + func (p *ListWorkloadProfileStatesCustomPager) NextPageLink() *odata.Link + type ListWorkloadProfileStatesOperationResponse struct + HttpResponse *http.Response + Model *[]WorkloadProfileStates + OData *odata.OData + type LogAnalyticsConfiguration struct + CustomerId *string + DynamicJsonColumns *bool + SharedKey *string + type LogsConfiguration struct + Destinations *[]string + type ManagedCertificate struct + Id *string + Location string + Name *string + Properties *ManagedCertificateProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ManagedCertificateDomainControlValidation string + const ManagedCertificateDomainControlValidationCNAME + const ManagedCertificateDomainControlValidationHTTP + const ManagedCertificateDomainControlValidationTXT + func (s *ManagedCertificateDomainControlValidation) UnmarshalJSON(bytes []byte) error + type ManagedCertificateId struct + ManagedCertificateName string + ManagedEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewManagedCertificateID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, ...) ManagedCertificateId + func ParseManagedCertificateID(input string) (*ManagedCertificateId, error) + func ParseManagedCertificateIDInsensitively(input string) (*ManagedCertificateId, error) + func (id *ManagedCertificateId) FromParseResult(input resourceids.ParseResult) error + func (id ManagedCertificateId) ID() string + func (id ManagedCertificateId) Segments() []resourceids.Segment + func (id ManagedCertificateId) String() string + type ManagedCertificateOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ManagedCertificateOperationPredicate) Matches(input ManagedCertificate) bool + type ManagedCertificatePatch struct + Tags *map[string]string + type ManagedCertificateProperties struct + DomainControlValidation *ManagedCertificateDomainControlValidation + Error *string + ProvisioningState *CertificateProvisioningState + SubjectName *string + ValidationToken *string + type ManagedCertificatesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ManagedCertificate + OData *odata.OData + Poller pollers.Poller + type ManagedCertificatesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ManagedCertificatesGetOperationResponse struct + HttpResponse *http.Response + Model *ManagedCertificate + OData *odata.OData + type ManagedCertificatesListCompleteResult struct + Items []ManagedCertificate + LatestHttpResponse *http.Response + type ManagedCertificatesListCustomPager struct + NextLink *odata.Link + func (p *ManagedCertificatesListCustomPager) NextPageLink() *odata.Link + type ManagedCertificatesListOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedCertificate + OData *odata.OData + type ManagedCertificatesUpdateOperationResponse struct + HttpResponse *http.Response + Model *ManagedCertificate + OData *odata.OData + type ManagedEnvironment struct + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Kind *string + Location string + Name *string + Properties *ManagedEnvironmentProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ManagedEnvironmentDetectorId struct + DetectorName string + ManagedEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewManagedEnvironmentDetectorID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, ...) ManagedEnvironmentDetectorId + func ParseManagedEnvironmentDetectorID(input string) (*ManagedEnvironmentDetectorId, error) + func ParseManagedEnvironmentDetectorIDInsensitively(input string) (*ManagedEnvironmentDetectorId, error) + func (id *ManagedEnvironmentDetectorId) FromParseResult(input resourceids.ParseResult) error + func (id ManagedEnvironmentDetectorId) ID() string + func (id ManagedEnvironmentDetectorId) Segments() []resourceids.Segment + func (id ManagedEnvironmentDetectorId) String() string + type ManagedEnvironmentDiagnosticsGetDetectorOperationResponse struct + HttpResponse *http.Response + Model *Diagnostics + OData *odata.OData + type ManagedEnvironmentDiagnosticsListDetectorsCompleteResult struct + Items []Diagnostics + LatestHttpResponse *http.Response + type ManagedEnvironmentDiagnosticsListDetectorsCustomPager struct + NextLink *odata.Link + func (p *ManagedEnvironmentDiagnosticsListDetectorsCustomPager) NextPageLink() *odata.Link + type ManagedEnvironmentDiagnosticsListDetectorsOperationResponse struct + HttpResponse *http.Response + Model *[]Diagnostics + OData *odata.OData + type ManagedEnvironmentId struct + ManagedEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewManagedEnvironmentID(subscriptionId string, resourceGroupName string, managedEnvironmentName string) ManagedEnvironmentId + func ParseManagedEnvironmentID(input string) (*ManagedEnvironmentId, error) + func ParseManagedEnvironmentIDInsensitively(input string) (*ManagedEnvironmentId, error) + func (id *ManagedEnvironmentId) FromParseResult(input resourceids.ParseResult) error + func (id ManagedEnvironmentId) ID() string + func (id ManagedEnvironmentId) Segments() []resourceids.Segment + func (id ManagedEnvironmentId) String() string + type ManagedEnvironmentOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p ManagedEnvironmentOperationPredicate) Matches(input ManagedEnvironment) bool + type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + Poller pollers.Poller + type ManagedEnvironmentPrivateEndpointConnectionsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ManagedEnvironmentPrivateEndpointConnectionsGetOperationResponse struct + HttpResponse *http.Response + Model *PrivateEndpointConnection + OData *odata.OData + type ManagedEnvironmentPrivateEndpointConnectionsListCompleteResult struct + Items []PrivateEndpointConnection + LatestHttpResponse *http.Response + type ManagedEnvironmentPrivateEndpointConnectionsListCustomPager struct + NextLink *odata.Link + func (p *ManagedEnvironmentPrivateEndpointConnectionsListCustomPager) NextPageLink() *odata.Link + type ManagedEnvironmentPrivateEndpointConnectionsListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateEndpointConnection + OData *odata.OData + type ManagedEnvironmentPrivateLinkResourcesListCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ManagedEnvironmentPrivateLinkResourcesListCustomPager struct + NextLink *odata.Link + func (p *ManagedEnvironmentPrivateLinkResourcesListCustomPager) NextPageLink() *odata.Link + type ManagedEnvironmentPrivateLinkResourcesListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + OData *odata.OData + type ManagedEnvironmentProperties struct + AppInsightsConfiguration *AppInsightsConfiguration + AppLogsConfiguration *AppLogsConfiguration + CustomDomainConfiguration *CustomDomainConfiguration + DaprAIConnectionString *string + DaprAIInstrumentationKey *string + DaprConfiguration *DaprConfiguration + DefaultDomain *string + DeploymentErrors *string + EventStreamEndpoint *string + InfrastructureResourceGroup *string + KedaConfiguration *KedaConfiguration + OpenTelemetryConfiguration *OpenTelemetryConfiguration + PeerAuthentication *ManagedEnvironmentPropertiesPeerAuthentication + PeerTrafficConfiguration *ManagedEnvironmentPropertiesPeerTrafficConfiguration + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *EnvironmentProvisioningState + PublicNetworkAccess *PublicNetworkAccess + StaticIP *string + VnetConfiguration *VnetConfiguration + WorkloadProfiles *[]WorkloadProfile + ZoneRedundant *bool + type ManagedEnvironmentPropertiesPeerAuthentication struct + Mtls *Mtls + type ManagedEnvironmentPropertiesPeerTrafficConfiguration struct + Encryption *ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption + type ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption struct + Enabled *bool + type ManagedEnvironmentsClient struct + Client *resourcemanager.Client + func NewManagedEnvironmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedEnvironmentsClient, error) + 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) (result CertificatesListOperationResponse, err error) + func (c ManagedEnvironmentsClient) CertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (CertificatesListCompleteResult, error) + func (c ManagedEnvironmentsClient) CertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result 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) (result 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, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ManagedEnvironmentsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result 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, ...) (result ListBySubscriptionCompleteResult, err error) + func (c ManagedEnvironmentsClient) ListWorkloadProfileStates(ctx context.Context, id ManagedEnvironmentId) (result ListWorkloadProfileStatesOperationResponse, err error) + func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesComplete(ctx context.Context, id ManagedEnvironmentId) (ListWorkloadProfileStatesCompleteResult, error) + func (c ManagedEnvironmentsClient) ListWorkloadProfileStatesCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result 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) (result ManagedCertificatesListOperationResponse, err error) + func (c ManagedEnvironmentsClient) ManagedCertificatesListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedCertificatesListCompleteResult, error) + func (c ManagedEnvironmentsClient) ManagedCertificatesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result 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) ManagedEnvironmentDiagnosticsListDetectorsComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedEnvironmentDiagnosticsListDetectorsCompleteResult, error) + func (c ManagedEnvironmentsClient) ManagedEnvironmentDiagnosticsListDetectorsCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result ManagedEnvironmentDiagnosticsListDetectorsCompleteResult, err error) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdate(ctx context.Context, id PrivateEndpointConnectionId, ...) (...) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateThenPoll(ctx context.Context, id PrivateEndpointConnectionId, ...) error + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsDelete(ctx context.Context, id PrivateEndpointConnectionId) (result ManagedEnvironmentPrivateEndpointConnectionsDeleteOperationResponse, ...) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsDeleteThenPoll(ctx context.Context, id PrivateEndpointConnectionId) error + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsGet(ctx context.Context, id PrivateEndpointConnectionId) (result ManagedEnvironmentPrivateEndpointConnectionsGetOperationResponse, ...) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsList(ctx context.Context, id ManagedEnvironmentId) (result ManagedEnvironmentPrivateEndpointConnectionsListOperationResponse, ...) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedEnvironmentPrivateEndpointConnectionsListCompleteResult, error) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateEndpointConnectionsListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result ManagedEnvironmentPrivateEndpointConnectionsListCompleteResult, ...) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateLinkResourcesList(ctx context.Context, id ManagedEnvironmentId) (result ManagedEnvironmentPrivateLinkResourcesListOperationResponse, err error) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateLinkResourcesListComplete(ctx context.Context, id ManagedEnvironmentId) (ManagedEnvironmentPrivateLinkResourcesListCompleteResult, error) + func (c ManagedEnvironmentsClient) ManagedEnvironmentPrivateLinkResourcesListCompleteMatchingPredicate(ctx context.Context, id ManagedEnvironmentId, ...) (result ManagedEnvironmentPrivateLinkResourcesListCompleteResult, 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 MetricsConfiguration struct + Destinations *[]string + type Mtls struct + Enabled *bool + type NamespacesCheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResponse + OData *odata.OData + type OpenTelemetryConfiguration struct + DestinationsConfiguration *DestinationsConfiguration + LogsConfiguration *LogsConfiguration + MetricsConfiguration *MetricsConfiguration + TracesConfiguration *TracesConfiguration + type OtlpConfiguration struct + Endpoint *string + Headers *[]Header + Insecure *bool + Name *string + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + SystemData *systemdata.SystemData + Type *string + type PrivateEndpointConnectionId struct + ManagedEnvironmentName string + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + func NewPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, managedEnvironmentName string, ...) PrivateEndpointConnectionId + func ParsePrivateEndpointConnectionID(input string) (*PrivateEndpointConnectionId, error) + func ParsePrivateEndpointConnectionIDInsensitively(input string) (*PrivateEndpointConnectionId, error) + func (id *PrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateEndpointConnectionId) ID() string + func (id PrivateEndpointConnectionId) Segments() []resourceids.Segment + func (id PrivateEndpointConnectionId) String() string + type PrivateEndpointConnectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateEndpointConnectionOperationPredicate) Matches(input PrivateEndpointConnection) bool + type PrivateEndpointConnectionProperties struct + GroupIds *[]string + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState + ProvisioningState *PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCanceled + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStatePending + const PrivateEndpointConnectionProvisioningStateSucceeded + const PrivateEndpointConnectionProvisioningStateUpdating + const PrivateEndpointConnectionProvisioningStateWaiting + func (s *PrivateEndpointConnectionProvisioningState) UnmarshalJSON(bytes []byte) error + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusDisconnected + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + SystemData *systemdata.SystemData + Type *string + type PrivateLinkResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateLinkResourceOperationPredicate) Matches(input PrivateLinkResource) bool + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *PrivateEndpointServiceConnectionStatus + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func (s *PublicNetworkAccess) UnmarshalJSON(bytes []byte) error + type TracesConfiguration struct + Destinations *[]string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ManagedEnvironment + OData *odata.OData + Poller pollers.Poller + type VnetConfiguration struct + DockerBridgeCidr *string + InfrastructureSubnetId *string + Internal *bool + PlatformReservedCidr *string + PlatformReservedDnsIP *string + type WorkloadProfile struct + MaximumCount *int64 + MinimumCount *int64 + Name string + WorkloadProfileType string + type WorkloadProfileStates struct + Id *string + Name *string + Properties *WorkloadProfileStatesProperties + SystemData *systemdata.SystemData + Type *string + type WorkloadProfileStatesOperationPredicate struct + Id *string + Name *string + Type *string + func (p WorkloadProfileStatesOperationPredicate) Matches(input WorkloadProfileStates) bool + type WorkloadProfileStatesProperties struct + CurrentCount *int64 + MaximumCount *int64 + MinimumCount *int64