다음을 통해 공유


FluidRelayServerUpdate interface

Fluid Relay 서버의 updatable 속성

속성

encryption

리소스에 대한 모든 암호화 구성입니다.

identity

리소스에 사용되는 ID 유형입니다.

location

리소스가 있는 지리적 위치

tags

리소스 태그.

속성 세부 정보

encryption

리소스에 대한 모든 암호화 구성입니다.

encryption?: EncryptionProperties

속성 값

identity

리소스에 사용되는 ID 유형입니다.

identity?: Identity

속성 값

location

리소스가 있는 지리적 위치

location?: string

속성 값

string

tags

리소스 태그.

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

속성 값

{[propertyName: string]: string}