次の方法で共有


IFhirService Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceTypeConverter))]
public interface IFhirService : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceManagedIdentity, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ITaggedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceTypeConverter))>]
type IFhirService = interface
    interface IJsonSerializable
    interface ITaggedResource
    interface IResourceTags1
    interface ILocationBasedResource
    interface IResourceCore
    interface IServiceManagedIdentity
Public Interface IFhirService
Implements IServiceManagedIdentity, ITaggedResource
Derived
Attributes
Implements

Properties

AccessPolicy

Fhir Service access policies.

AcrConfigurationLoginServer

The list of the Azure container registry login servers.

AcrConfigurationOciArtifact

The list of Open Container Initiative (OCI) artifacts.

AuthenticationConfigurationAudience

The audience url for the service

AuthenticationConfigurationAuthority

The authority url for the service

AuthenticationConfigurationSmartProxyEnabled

If the SMART on FHIR proxy is enabled

CorConfigurationAllowCredentials

If credentials are allowed via CORS.

CorConfigurationHeader

The headers to be allowed via CORS.

CorConfigurationMaxAge

The max age to be allowed via CORS.

CorConfigurationMethod

The methods to be allowed via CORS.

CorConfigurationOrigin

The origins to be allowed via CORS.

Etag

An etag associated with the resource, used for optimistic concurrency when editing it.

(Inherited from IResourceCore)
EventState

Fhir Service event support status.

ExportConfigurationStorageAccountName

The name of the default export storage account.

Id

The resource identifier.

(Inherited from IResourceCore)
IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

(Inherited from IServiceManagedIdentity)
IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

(Inherited from IServiceManagedIdentity)
IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

(Inherited from IServiceManagedIdentity)
IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

(Inherited from IServiceManagedIdentity)
Kind

The kind of the service.

Location

The resource location.

(Inherited from ILocationBasedResource)
Name

The resource name.

(Inherited from IResourceCore)
PrivateEndpointConnection

The list of private endpoint connections that are set up for this resource.

ProvisioningState

The provisioning state.

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

ResourceVersionPolicyConfigurationDefault

The default value for tracking history across all resources.

ResourceVersionPolicyConfigurationResourceTypeOverride

A list of FHIR Resources and their version policy overrides.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from IResourceTags1)
Type

The resource type.

(Inherited from IResourceCore)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to