UpdateCommandStateResourceSnapshot
Type
type UpdateCommandStateResourceSnapshot = { ResourceType: string; State?: string; StateStyle?: string; HealthStatus?: HealthStatus; ExitCode?: number;} 5 members
Fields
ResourceType string State string optional StateStyle string optional HealthStatus HealthStatus optional ExitCode number optional