次の方法で共有


FluidRelayServerUpdate interface

Fluid Relay サーバーの更新可能なプロパティ

プロパティ

encryption

リソースのすべての暗号化構成。

identity

リソースに使用される ID の種類。

___location

リソースが存在する地理的な場所

tags

リソース タグ。

プロパティの詳細

encryption

リソースのすべての暗号化構成。

encryption?: EncryptionProperties

プロパティ値

identity

リソースに使用される ID の種類。

identity?: Identity

プロパティ値

___location

リソースが存在する地理的な場所

___location?: string

プロパティ値

string

tags

リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}