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 + type CollectionClient struct + Client *resourcemanager.Client + func NewCollectionClientWithBaseURI(sdkApi sdkEnv.Api) (*CollectionClient, error) + func (c CollectionClient) ServicesList(ctx context.Context, id commonids.SubscriptionId) (result ServicesListOperationResponse, err error) + func (c CollectionClient) ServicesListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ServicesListByResourceGroupOperationResponse, err error) + func (c CollectionClient) ServicesListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ServicesListByResourceGroupCompleteResult, error) + func (c CollectionClient) ServicesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ServicesListByResourceGroupCompleteResult, err error) + func (c CollectionClient) ServicesListComplete(ctx context.Context, id commonids.SubscriptionId) (ServicesListCompleteResult, error) + func (c CollectionClient) ServicesListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ServicesListCompleteResult, err 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 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 ServiceImportConfigurationInfo struct + Enabled *bool + InitialImportMode *bool + IntegrationDataStore *string + type ServiceOciArtifactEntry struct + Digest *string + ImageName *string + LoginServer *string + 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 ServicesDescriptionOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ServicesDescriptionOperationPredicate) Matches(input ServicesDescription) bool + type ServicesListByResourceGroupCompleteResult struct + Items []ServicesDescription + LatestHttpResponse *http.Response + type ServicesListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ServicesListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ServicesListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ServicesDescription + OData *odata.OData + type ServicesListCompleteResult struct + Items []ServicesDescription + LatestHttpResponse *http.Response + type ServicesListCustomPager struct + NextLink *odata.Link + func (p *ServicesListCustomPager) NextPageLink() *odata.Link + type ServicesListOperationResponse struct + HttpResponse *http.Response + Model *[]ServicesDescription + OData *odata.OData + type ServicesProperties struct + AccessPolicies *[]ServiceAccessPolicyEntry + AcrConfiguration *ServiceAcrConfigurationInfo + AuthenticationConfiguration *ServiceAuthenticationConfigurationInfo + CorsConfiguration *ServiceCorsConfigurationInfo + CosmosDbConfiguration *ServiceCosmosDbConfigurationInfo + ExportConfiguration *ServiceExportConfigurationInfo + ImportConfiguration *ServiceImportConfigurationInfo + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *ProvisioningState + PublicNetworkAccess *PublicNetworkAccess