Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
Inherited Members
ResourceArgs.Empty
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 Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

AccessPolicyObjectIds

Declaration
public InputList<string> AccessPolicyObjectIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

AuthenticationConfiguration

An authentication_configuration block as defined below.

Declaration
public Input<ServiceAuthenticationConfigurationGetArgs> AuthenticationConfiguration { get; set; }
Property Value
Type Description
Input<ServiceAuthenticationConfigurationGetArgs>
View Source

CorsConfiguration

A cors_configuration block as defined below.

Declaration
public Input<ServiceCorsConfigurationGetArgs> CorsConfiguration { get; set; }
Property Value
Type Description
Input<ServiceCorsConfigurationGetArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.