Class ServiceState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Healthcare
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceState : ResourceArgs
Constructors
View SourceServiceState()
Declaration
public ServiceState()
Properties
View SourceAccessPolicyObjectIds
Declaration
public InputList<string> AccessPolicyObjectIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AuthenticationConfiguration
An authentication_configuration block as defined below.
Declaration
public Input<ServiceAuthenticationConfigurationGetArgs> AuthenticationConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceAuthenticationConfigurationGetArgs> |
CorsConfiguration
A cors_configuration block as defined below.
Declaration
public Input<ServiceCorsConfigurationGetArgs> CorsConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceCorsConfigurationGetArgs> |
CosmosdbThroughput
The provisioned throughput for the backing database. Range of 400-1000. Defaults to 400.
Declaration
public Input<int> CosmosdbThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Kind
The type of the service. Values at time of publication are: fhir, fhir-Stu3 and fhir-R4. Default value is fhir.
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure Region where the Service should be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the service instance. Used for service endpoint, must be unique within the audience.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which to create the Service.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |