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 PossibleValuesForKind() []string + func PossibleValuesForPrivateEndpointConnectionProvisioningState() []string + func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForPublicNetworkAccess() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type Kind string + const KindFhir + const KindFhirNegativeRFour + const KindFhirNegativeStuThree + func (s *Kind) UnmarshalJSON(bytes []byte) error + type PrivateEndpoint struct + Id *string + type PrivateEndpointConnection struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState + ProvisioningState *PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func (s *PrivateEndpointConnectionProvisioningState) UnmarshalJSON(bytes []byte) error + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status *PrivateEndpointServiceConnectionStatus + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateDeprovisioned + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateSucceeded + const ProvisioningStateSuspended + const ProvisioningStateSystemMaintenance + const ProvisioningStateUpdating + const ProvisioningStateVerifying + const ProvisioningStateWarned + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func (s *PublicNetworkAccess) UnmarshalJSON(bytes []byte) error + type ResourceClient struct + Client *resourcemanager.Client + func NewResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourceClient, error) + func (c ResourceClient) ServicesCreateOrUpdate(ctx context.Context, id ServiceId, input ServicesDescription) (result ServicesCreateOrUpdateOperationResponse, err error) + func (c ResourceClient) ServicesCreateOrUpdateThenPoll(ctx context.Context, id ServiceId, input ServicesDescription) error + func (c ResourceClient) ServicesDelete(ctx context.Context, id ServiceId) (result ServicesDeleteOperationResponse, err error) + func (c ResourceClient) ServicesDeleteThenPoll(ctx context.Context, id ServiceId) error + func (c ResourceClient) ServicesGet(ctx context.Context, id ServiceId) (result ServicesGetOperationResponse, err error) + func (c ResourceClient) ServicesUpdate(ctx context.Context, id ServiceId, input ServicesPatchDescription) (result ServicesUpdateOperationResponse, err error) + func (c ResourceClient) ServicesUpdateThenPoll(ctx context.Context, id ServiceId, input ServicesPatchDescription) error + type ServiceAccessPolicyEntry struct + ObjectId string + type ServiceAcrConfigurationInfo struct + LoginServers *[]string + OciArtifacts *[]ServiceOciArtifactEntry + type ServiceAuthenticationConfigurationInfo struct + Audience *string + Authority *string + SmartProxyEnabled *bool + type ServiceCorsConfigurationInfo struct + AllowCredentials *bool + Headers *[]string + MaxAge *int64 + Methods *[]string + Origins *[]string + type ServiceCosmosDbConfigurationInfo struct + CrossTenantCmkApplicationId *string + KeyVaultKeyUri *string + OfferThroughput *int64 + type ServiceExportConfigurationInfo struct + StorageAccountName *string + 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 ServiceImportConfigurationInfo struct + Enabled *bool + InitialImportMode *bool + IntegrationDataStore *string + type ServiceOciArtifactEntry struct + Digest *string + ImageName *string + LoginServer *string + type ServicesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ServicesDescription + OData *odata.OData + Poller pollers.Poller + type ServicesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ServicesDescription struct + Etag *string + Id *string + Identity *identity.SystemAssigned + Kind Kind + Location string + Name *string + Properties *ServicesProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ServicesGetOperationResponse struct + HttpResponse *http.Response + Model *ServicesDescription + OData *odata.OData + type ServicesPatchDescription struct + Properties *ServicesPropertiesUpdateParameters + Tags *map[string]string + type ServicesProperties struct + AccessPolicies *[]ServiceAccessPolicyEntry + AcrConfiguration *ServiceAcrConfigurationInfo + AuthenticationConfiguration *ServiceAuthenticationConfigurationInfo + CorsConfiguration *ServiceCorsConfigurationInfo + CosmosDbConfiguration *ServiceCosmosDbConfigurationInfo + ExportConfiguration *ServiceExportConfigurationInfo + ImportConfiguration *ServiceImportConfigurationInfo + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *ProvisioningState + PublicNetworkAccess *PublicNetworkAccess + type ServicesPropertiesUpdateParameters struct + PublicNetworkAccess *PublicNetworkAccess + type ServicesUpdateOperationResponse struct + HttpResponse *http.Response + Model *ServicesDescription + OData *odata.OData + Poller pollers.Poller