AliasPath interface
The type of the paths for alias.
Properties
| api |
The API versions. |
| metadata | The metadata of the alias path. If missing, fall back to the default metadata of the alias. NOTE: This property will not be serialized. It can only be populated by the server. |
| path | The path of an alias. |
| pattern | The pattern for an alias path. |
Property Details
apiVersions
The API versions.
apiVersions?: string[]
Property Value
string[]
metadata
The metadata of the alias path. If missing, fall back to the default metadata of the alias. NOTE: This property will not be serialized. It can only be populated by the server.
metadata?: AliasPathMetadata
Property Value
path
The path of an alias.
path?: string
Property Value
string