次の方法で共有


FhirServiceCorsConfiguration Class

Definition

The settings for the CORS configuration of the service instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceCorsConfigurationTypeConverter))]
public class FhirServiceCorsConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceCorsConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceCorsConfigurationTypeConverter))>]
type FhirServiceCorsConfiguration = class
    interface IFhirServiceCorsConfiguration
    interface IJsonSerializable
Public Class FhirServiceCorsConfiguration
Implements IFhirServiceCorsConfiguration
Inheritance
FhirServiceCorsConfiguration
Attributes
Implements

Constructors

FhirServiceCorsConfiguration()

Creates an new FhirServiceCorsConfiguration instance.

Properties

AllowCredentials

If credentials are allowed via CORS.

Header

The headers to be allowed via CORS.

MaxAge

The max age to be allowed via CORS.

Method

The methods to be allowed via CORS.

Origin

The origins to be allowed via CORS.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FhirServiceCorsConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FhirServiceCorsConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceCorsConfiguration.

FromJsonString(String)

Creates a new instance of FhirServiceCorsConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FhirServiceCorsConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to