ReplicaRole type
ReplicaRole değerlerini tanımlar. Olası değerler şunlardır: 'Unknown', 'None', 'Primary', 'IdleSecondary', 'ActiveSecondary'
type ReplicaRole =
| "Unknown"
| "None"
| "Primary"
| "IdleSecondary"
| "ActiveSecondary"