PrivateLinkResource interface
A privately linkable resource.
Properties
id | The private link resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The private link resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | The private link resource properties. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The private link resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The private link resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The private link resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
The private link resource properties. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: PrivateLinkResourceProperties
Property Value
type
The private link resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string