Freigeben über


ApplicationDefinitionKind type

Definiert Werte für ApplicationDefinitionKind. Mögliche Werte sind: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'

type ApplicationDefinitionKind =
  | "Invalid"
  | "ServiceFabricApplicationDescription"
  | "Compose"